Html Css Color HEX #CB8C15 Dark Goldenrod

📋 copy color: '#CB8C15'

red 203 ◦ green 140 ◦ blue 21

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

Shades of Dark Goldenrod #CB8C15

Tints of Dark Goldenrod #CB8C15

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.46%

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

R = 55.77%
G = 38.46%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB8C15 (or 0xCB8C15) is known color: Dark Goldenrod. HEX triplet: CB, 8C and 15. RGB value is (203,140,21). Sum of RGB (Red+Green+Blue) = 203+140+21=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C15 is #3473EA. Grayscale: #919191. Windows color (decimal): -3437547 or 1412299. OLE color: 1412299.

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

Color convert

RGB 203 140 21 -
CMYK 0 0.31 0.90 0.20
HSL 39.23º 0.81% 0.44% -
HSV(B) 39.23º 0.9% 0.8% -
XYZ 34.14 31.51 4.99 -
YUV 145.27 57.87 169.18 -
System Red Green Blue C M Y K H S L
Decimal 203 140 21 0 0.31 0.90 0.20 39.23 0.81 0.44
Hex CB 8C 15 0 1F 5A 14 27 51 2C
Octal 313 214 25 0 37 132 24 47 121 54
Binary 11001011 10001100 10101 0 11111 1011010 10100 100111 1010001 101100

Color Harmonies of #CB8C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C15

Black with #CB8C15

Text Example


Text Example

White with #CB8C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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