Html Css Color HEX #CEC74C Wattle

📋 copy color: '#CEC74C'

red 206 ◦ green 199 ◦ blue 76

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

Shades of Wattle #CEC74C

Tints of Wattle #CEC74C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.37%

 BLUE value IS 76 (30.08% from 255) = 15.8%

R = 42.83%
G = 41.37%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CEC74C (or 0xCEC74C) is known color: Wattle. HEX triplet: CE, C7 and 4C. RGB value is (206,199,76). Sum of RGB (Red+Green+Blue) = 206+199+76=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC74C is #3138B3. Grayscale: #BBBBBB. Windows color (decimal): -3225780 or 5031886. OLE color: 5031886.

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

Color convert

RGB 206 199 76 -
CMYK 0 0.03 0.63 0.19
HSL 56.77º 0.57% 0.55% -
HSV(B) 56.77º 0.63% 0.81% -
XYZ 47.18 54.49 14.87 -
YUV 187.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 206 199 76 0 0.03 0.63 0.19 56.77 0.57 0.55
Hex CE C7 4C 0 3 3F 13 39 39 37
Octal 316 307 114 0 3 77 23 71 71 67
Binary 11001110 11000111 1001100 0 11 111111 10011 111001 111001 110111

Color Harmonies of #CEC74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC74C

Black with #CEC74C

Text Example


Text Example

White with #CEC74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC74C; }

 p { color: rgb(206,199,76); }

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

background-color css

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

 a { background-color: rgb(206,199,76); }

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

border-color css

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

 span { border-color: rgb(206,199,76); }

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