Html Css Color HEX #CBC953 Wild Willow

📋 copy color: '#CBC953'

red 203 ◦ green 201 ◦ blue 83

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

Shades of Wild Willow #CBC953

Tints of Wild Willow #CBC953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.04%

R = 41.68%
G = 41.27%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CBC953 (or 0xCBC953) is known color: Wild Willow. HEX triplet: CB, C9 and 53. RGB value is (203,201,83). Sum of RGB (Red+Green+Blue) = 203+201+83=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC953 is #3436AC. Grayscale: #BCBCBC. Windows color (decimal): -3421869 or 5491147. OLE color: 5491147.

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

Color convert

RGB 203 201 83 -
CMYK 0 0.01 0.59 0.20
HSL 59º 0.54% 0.56% -
HSV(B) 59º 0.59% 0.8% -
XYZ 47.08 55.09 16.34 -
YUV 188.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 203 201 83 0 0.01 0.59 0.20 59 0.54 0.56
Hex CB C9 53 0 1 3B 14 3B 36 38
Octal 313 311 123 0 1 73 24 73 66 70
Binary 11001011 11001001 1010011 0 1 111011 10100 111011 110110 111000

Color Harmonies of #CBC953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC953

Black with #CBC953

Text Example


Text Example

White with #CBC953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC953; }

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

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

background-color css

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

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

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

border-color css

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

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

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