Html Css Color HEX #CECB4A Wattle

📋 copy color: '#CECB4A'

red 206 ◦ green 203 ◦ blue 74

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

Shades of Wattle #CECB4A

Tints of Wattle #CECB4A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.03%

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

R = 42.65%
G = 42.03%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CECB4A (or 0xCECB4A) is known color: Wattle. HEX triplet: CE, CB and 4A. RGB value is (206,203,74). Sum of RGB (Red+Green+Blue) = 206+203+74=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB4A is #3134B5. Grayscale: #BDBDBD. Windows color (decimal): -3224758 or 4901838. OLE color: 4901838.

HSL color Cylindrical-coordinate representation of color #CECB4A: hue angle of 58.64º 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 #CECB4A is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 203 74 -
CMYK 0 0.01 0.64 0.19
HSL 58.64º 0.57% 0.55% -
HSV(B) 58.64º 0.64% 0.81% -
XYZ 48.05 56.33 14.82 -
YUV 189.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 206 203 74 0 0.01 0.64 0.19 58.64 0.57 0.55
Hex CE CB 4A 0 1 40 13 3B 39 37
Octal 316 313 112 0 1 100 23 73 71 67
Binary 11001110 11001011 1001010 0 1 1000000 10011 111011 111001 110111

Color Harmonies of #CECB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB4A

Black with #CECB4A

Text Example


Text Example

White with #CECB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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