Html Css Color HEX #CBC955 Wild Willow

📋 copy color: '#CBC955'

red 203 ◦ green 201 ◦ blue 85

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

Shades of Wild Willow #CBC955

Tints of Wild Willow #CBC955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.38%

R = 41.51%
G = 41.1%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CBC955 (or 0xCBC955) is known color: Wild Willow. HEX triplet: CB, C9 and 55. RGB value is (203,201,85). Sum of RGB (Red+Green+Blue) = 203+201+85=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC955 is #3436AA. Grayscale: #BCBCBC. Windows color (decimal): -3421867 or 5622219. OLE color: 5622219.

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

Color convert

RGB 203 201 85 -
CMYK 0 0.01 0.58 0.20
HSL 58.98º 0.53% 0.56% -
HSV(B) 58.98º 0.58% 0.8% -
XYZ 47.15 55.13 16.75 -
YUV 188.37 69.66 138.43 -
System Red Green Blue C M Y K H S L
Decimal 203 201 85 0 0.01 0.58 0.20 58.98 0.53 0.56
Hex CB C9 55 0 1 3A 14 3B 35 38
Octal 313 311 125 0 1 72 24 73 65 70
Binary 11001011 11001001 1010101 0 1 111010 10100 111011 110101 111000

Color Harmonies of #CBC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC955

Black with #CBC955

Text Example


Text Example

White with #CBC955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC955; }

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

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

background-color css

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

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

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

border-color css

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

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

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