Html Css Color HEX #CECB62 Wild Willow

📋 copy color: '#CECB62'

red 206 ◦ green 203 ◦ blue 98

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

Shades of Wild Willow #CECB62

Tints of Wild Willow #CECB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.33%

R = 40.63%
G = 40.04%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CECB62 (or 0xCECB62) is known color: Wild Willow. HEX triplet: CE, CB and 62. RGB value is (206,203,98). Sum of RGB (Red+Green+Blue) = 206+203+98=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB62 is #31349D. Grayscale: #C0C0C0. Windows color (decimal): -3224734 or 6474702. OLE color: 6474702.

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

Color convert

RGB 206 203 98 -
CMYK 0 0.01 0.52 0.19
HSL 58.33º 0.52% 0.6% -
HSV(B) 58.33º 0.52% 0.81% -
XYZ 49.01 56.72 19.92 -
YUV 191.93 74.99 138.04 -
System Red Green Blue C M Y K H S L
Decimal 206 203 98 0 0.01 0.52 0.19 58.33 0.52 0.6
Hex CE CB 62 0 1 34 13 3A 34 3C
Octal 316 313 142 0 1 64 23 72 64 74
Binary 11001110 11001011 1100010 0 1 110100 10011 111010 110100 111100

Color Harmonies of #CECB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB62

Black with #CECB62

Text Example


Text Example

White with #CECB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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