Html Css Color HEX #CB8816 Dark Goldenrod

📋 copy color: '#CB8816'

red 203 ◦ green 136 ◦ blue 22

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

Shades of Dark Goldenrod #CB8816

Tints of Dark Goldenrod #CB8816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 56.23%
G = 37.67%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB8816 (or 0xCB8816) is known color: Dark Goldenrod. HEX triplet: CB, 88 and 16. RGB value is (203,136,22). Sum of RGB (Red+Green+Blue) = 203+136+22=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8816 is #3477E9. Grayscale: #8F8F8F. Windows color (decimal): -3438570 or 1476811. OLE color: 1476811.

HSL color Cylindrical-coordinate representation of color #CB8816: hue angle of 37.79º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB8816 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 136 22 -
CMYK 0 0.33 0.89 0.20
HSL 37.79º 0.8% 0.44% -
HSV(B) 37.79º 0.89% 0.8% -
XYZ 33.58 30.36 4.85 -
YUV 143.04 59.7 170.77 -
System Red Green Blue C M Y K H S L
Decimal 203 136 22 0 0.33 0.89 0.20 37.79 0.8 0.44
Hex CB 88 16 0 21 59 14 26 50 2C
Octal 313 210 26 0 41 131 24 46 120 54
Binary 11001011 10001000 10110 0 100001 1011001 10100 100110 1010000 101100

Color Harmonies of #CB8816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8816

Black with #CB8816

Text Example


Text Example

White with #CB8816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8816; }

 p { color: rgb(203,136,22); }

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

background-color css

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

 a { background-color: rgb(203,136,22); }

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

border-color css

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

 span { border-color: rgb(203,136,22); }

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