Html Css Color HEX #CEC64A Wattle

📋 copy color: '#CEC64A'

red 206 ◦ green 198 ◦ blue 74

#CEC64A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #CEC64A

Tints of Wattle #CEC64A

RGB

 RED value IS 206 (80.86% from 255) = 43.1%

 GREEN value IS 198 (77.73% from 255) = 41.42%

 BLUE value IS 74 (29.3% from 255) = 15.48%

R = 43.1%
G = 41.42%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEC64A (or 0xCEC64A) is known color: Wattle. HEX triplet: CE, C6 and 4A. RGB value is (206,198,74). Sum of RGB (Red+Green+Blue) = 206+198+74=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC64A is #3139B5. Grayscale: #BABABA. Windows color (decimal): -3226038 or 4900558. OLE color: 4900558.

HSL color Cylindrical-coordinate representation of color #CEC64A: hue angle of 56.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEC64A is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 198 74 -
CMYK 0 0.04 0.64 0.19
HSL 56.36º 0.57% 0.55% -
HSV(B) 56.36º 0.64% 0.81% -
XYZ 46.88 54 14.43 -
YUV 186.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 206 198 74 0 0.04 0.64 0.19 56.36 0.57 0.55
Hex CE C6 4A 0 4 40 13 38 39 37
Octal 316 306 112 0 4 100 23 70 71 67
Binary 11001110 11000110 1001010 0 100 1000000 10011 111000 111001 110111

Color Harmonies of #CEC64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC64A

Black with #CEC64A

Text Example


Text Example

White with #CEC64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC64A; }

 p { color: rgb(206,198,74); }

 H1.HeaderClassName
 {
   color: #CEC64A;
 }
 .AnyTagClassName
 {
   color: #CEC64A;
 }
</style>

background-color css

<style>
 a { background-color: #CEC64A; }

 a { background-color: rgb(206,198,74); }

 div.DivClassName
 {
   background-color: #CEC64A;
 }
 .BgClassName
 {
   background-color: #CEC64A;
 }
</style>

border-color css

<style>
 span { border-color: #CEC64A; }

 span { border-color: rgb(206,198,74); }

 td.TdClassName
 {
   border-color: #CEC64A;
 }
 .TagClassName
 {
   border-color: #CEC64A;
 }
</style>