Html Css Color HEX #CEC962 Wild Willow

📋 copy color: '#CEC962'

red 206 ◦ green 201 ◦ blue 98

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

Shades of Wild Willow #CEC962

Tints of Wild Willow #CEC962

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.8%

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

R = 40.79%
G = 39.8%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEC962 (or 0xCEC962) is known color: Wild Willow. HEX triplet: CE, C9 and 62. RGB value is (206,201,98). Sum of RGB (Red+Green+Blue) = 206+201+98=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC962 is #31369D. Grayscale: #BFBFBF. Windows color (decimal): -3225246 or 6474190. OLE color: 6474190.

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

Color convert

RGB 206 201 98 -
CMYK 0 0.02 0.52 0.19
HSL 57.22º 0.52% 0.6% -
HSV(B) 57.22º 0.52% 0.81% -
XYZ 48.54 55.78 19.76 -
YUV 190.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 206 201 98 0 0.02 0.52 0.19 57.22 0.52 0.6
Hex CE C9 62 0 2 34 13 39 34 3C
Octal 316 311 142 0 2 64 23 71 64 74
Binary 11001110 11001001 1100010 0 10 110100 10011 111001 110100 111100

Color Harmonies of #CEC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC962

Black with #CEC962

Text Example


Text Example

White with #CEC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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