Html Css Color HEX #CBC966 Wild Willow

📋 copy color: '#CBC966'

red 203 ◦ green 201 ◦ blue 102

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

Shades of Wild Willow #CBC966

Tints of Wild Willow #CBC966

RGB

 RED value IS 203 (79.69% from 255) = 40.12%

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

 BLUE value IS 102 (40.23% from 255) = 20.16%

R = 40.12%
G = 39.72%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CBC966 (or 0xCBC966) is known color: Wild Willow. HEX triplet: CB, C9 and 66. RGB value is (203,201,102). Sum of RGB (Red+Green+Blue) = 203+201+102=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC966 is #343699. Grayscale: #BEBEBE. Windows color (decimal): -3421850 or 6736331. OLE color: 6736331.

HSL color Cylindrical-coordinate representation of color #CBC966: hue angle of 58.81º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBC966 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 201 102 -
CMYK 0 0.01 0.50 0.20
HSL 58.81º 0.49% 0.6% -
HSV(B) 58.81º 0.5% 0.8% -
XYZ 47.91 55.43 20.74 -
YUV 190.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 203 201 102 0 0.01 0.50 0.20 58.81 0.49 0.6
Hex CB C9 66 0 1 32 14 3B 31 3C
Octal 313 311 146 0 1 62 24 73 61 74
Binary 11001011 11001001 1100110 0 1 110010 10100 111011 110001 111100

Color Harmonies of #CBC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC966

Black with #CBC966

Text Example


Text Example

White with #CBC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC966; }

 p { color: rgb(203,201,102); }

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

background-color css

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

 a { background-color: rgb(203,201,102); }

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

border-color css

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

 span { border-color: rgb(203,201,102); }

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