Html Css Color HEX #CECB49 Wattle

📋 copy color: '#CECB49'

red 206 ◦ green 203 ◦ blue 73

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

Shades of Wattle #CECB49

Tints of Wattle #CECB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.15%

R = 42.74%
G = 42.12%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CECB49 (or 0xCECB49) is known color: Wattle. HEX triplet: CE, CB and 49. RGB value is (206,203,73). Sum of RGB (Red+Green+Blue) = 206+203+73=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB49 is #3134B6. Grayscale: #BDBDBD. Windows color (decimal): -3224759 or 4836302. OLE color: 4836302.

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

Color convert

RGB 206 203 73 -
CMYK 0 0.01 0.65 0.19
HSL 58.65º 0.58% 0.55% -
HSV(B) 58.65º 0.65% 0.81% -
XYZ 48.01 56.31 14.64 -
YUV 189.08 62.49 140.07 -
System Red Green Blue C M Y K H S L
Decimal 206 203 73 0 0.01 0.65 0.19 58.65 0.58 0.55
Hex CE CB 49 0 1 41 13 3B 3A 37
Octal 316 313 111 0 1 101 23 73 72 67
Binary 11001110 11001011 1001001 0 1 1000001 10011 111011 111010 110111

Color Harmonies of #CECB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB49

Black with #CECB49

Text Example


Text Example

White with #CECB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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