Html Css Color HEX #CB8815 Dark Goldenrod

📋 copy color: '#CB8815'

red 203 ◦ green 136 ◦ blue 21

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

Shades of Dark Goldenrod #CB8815

Tints of Dark Goldenrod #CB8815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.83%

R = 56.39%
G = 37.78%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB8815 (or 0xCB8815) is known color: Dark Goldenrod. HEX triplet: CB, 88 and 15. RGB value is (203,136,21). Sum of RGB (Red+Green+Blue) = 203+136+21=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8815 is #3477EA. Grayscale: #8F8F8F. Windows color (decimal): -3438571 or 1411275. OLE color: 1411275.

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

Color convert

RGB 203 136 21 -
CMYK 0 0.33 0.90 0.20
HSL 37.91º 0.81% 0.44% -
HSV(B) 37.91º 0.9% 0.8% -
XYZ 33.57 30.36 4.8 -
YUV 142.92 59.2 170.85 -
System Red Green Blue C M Y K H S L
Decimal 203 136 21 0 0.33 0.90 0.20 37.91 0.81 0.44
Hex CB 88 15 0 21 5A 14 26 51 2C
Octal 313 210 25 0 41 132 24 46 121 54
Binary 11001011 10001000 10101 0 100001 1011010 10100 100110 1010001 101100

Color Harmonies of #CB8815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8815

Black with #CB8815

Text Example


Text Example

White with #CB8815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8815; }

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

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

background-color css

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

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

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

border-color css

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

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

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