Html Css Color HEX #CECB5A Wild Willow

📋 copy color: '#CECB5A'

red 206 ◦ green 203 ◦ blue 90

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

Shades of Wild Willow #CECB5A

Tints of Wild Willow #CECB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.04%

R = 41.28%
G = 40.68%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CECB5A (or 0xCECB5A) is known color: Wild Willow. HEX triplet: CE, CB and 5A. RGB value is (206,203,90). Sum of RGB (Red+Green+Blue) = 206+203+90=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB5A is #3134A5. Grayscale: #BFBFBF. Windows color (decimal): -3224742 or 5950414. OLE color: 5950414.

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

Color convert

RGB 206 203 90 -
CMYK 0 0.01 0.56 0.19
HSL 58.45º 0.54% 0.58% -
HSV(B) 58.45º 0.56% 0.81% -
XYZ 48.66 56.57 18.03 -
YUV 191.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 206 203 90 0 0.01 0.56 0.19 58.45 0.54 0.58
Hex CE CB 5A 0 1 38 13 3A 36 3A
Octal 316 313 132 0 1 70 23 72 66 72
Binary 11001110 11001011 1011010 0 1 111000 10011 111010 110110 111010

Color Harmonies of #CECB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB5A

Black with #CECB5A

Text Example


Text Example

White with #CECB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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