Html Css Color HEX #CB8715 Dark Goldenrod

📋 copy color: '#CB8715'

red 203 ◦ green 135 ◦ blue 21

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

Shades of Dark Goldenrod #CB8715

Tints of Dark Goldenrod #CB8715

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.6%

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

R = 56.55%
G = 37.6%
B = 5.85%

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

#CB8715 (or 0xCB8715) is known color: Dark Goldenrod. HEX triplet: CB, 87 and 15. RGB value is (203,135,21). Sum of RGB (Red+Green+Blue) = 203+135+21=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8715 is #3478EA. Grayscale: #8E8E8E. Windows color (decimal): -3438827 or 1411019. OLE color: 1411019.

HSL color Cylindrical-coordinate representation of color #CB8715: hue angle of 37.58º 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 #CB8715 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 135 21 -
CMYK 0 0.33 0.90 0.20
HSL 37.58º 0.81% 0.44% -
HSV(B) 37.58º 0.9% 0.8% -
XYZ 33.43 30.08 4.75 -
YUV 142.34 59.53 171.27 -
System Red Green Blue C M Y K H S L
Decimal 203 135 21 0 0.33 0.90 0.20 37.58 0.81 0.44
Hex CB 87 15 0 21 5A 14 26 51 2C
Octal 313 207 25 0 41 132 24 46 121 54
Binary 11001011 10000111 10101 0 100001 1011010 10100 100110 1010001 101100

Color Harmonies of #CB8715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8715

Black with #CB8715

Text Example


Text Example

White with #CB8715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8715; }

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

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

background-color css

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

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

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

border-color css

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

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

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