Html Css Color HEX #CB8C11 Dark Goldenrod

📋 copy color: '#CB8C11'

red 203 ◦ green 140 ◦ blue 17

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

Shades of Dark Goldenrod #CB8C11

Tints of Dark Goldenrod #CB8C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.72%

R = 56.39%
G = 38.89%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB8C11 (or 0xCB8C11) is known color: Dark Goldenrod. HEX triplet: CB, 8C and 11. RGB value is (203,140,17). Sum of RGB (Red+Green+Blue) = 203+140+17=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C11 is #3473EE. Grayscale: #919191. Windows color (decimal): -3437551 or 1150155. OLE color: 1150155.

HSL color Cylindrical-coordinate representation of color #CB8C11: hue angle of 39.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB8C11 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 140 17 -
CMYK 0 0.31 0.92 0.20
HSL 39.68º 0.85% 0.43% -
HSV(B) 39.68º 0.92% 0.8% -
XYZ 34.11 31.49 4.81 -
YUV 144.82 55.87 169.5 -
System Red Green Blue C M Y K H S L
Decimal 203 140 17 0 0.31 0.92 0.20 39.68 0.85 0.43
Hex CB 8C 11 0 1F 5C 14 28 55 2B
Octal 313 214 21 0 37 134 24 50 125 53
Binary 11001011 10001100 10001 0 11111 1011100 10100 101000 1010101 101011

Color Harmonies of #CB8C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C11

Black with #CB8C11

Text Example


Text Example

White with #CB8C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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