Html Css Color HEX #CB8C16 Dark Goldenrod

📋 copy color: '#CB8C16'

red 203 ◦ green 140 ◦ blue 22

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

Shades of Dark Goldenrod #CB8C16

Tints of Dark Goldenrod #CB8C16

RGB

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

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

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

R = 55.62%
G = 38.36%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB8C16 (or 0xCB8C16) is known color: Dark Goldenrod. HEX triplet: CB, 8C and 16. RGB value is (203,140,22). Sum of RGB (Red+Green+Blue) = 203+140+22=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C16 is #3473E9. Grayscale: #919191. Windows color (decimal): -3437546 or 1477835. OLE color: 1477835.

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

Color convert

RGB 203 140 22 -
CMYK 0 0.31 0.89 0.20
HSL 39.12º 0.8% 0.44% -
HSV(B) 39.12º 0.89% 0.8% -
XYZ 34.15 31.51 5.04 -
YUV 145.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 203 140 22 0 0.31 0.89 0.20 39.12 0.8 0.44
Hex CB 8C 16 0 1F 59 14 27 50 2C
Octal 313 214 26 0 37 131 24 47 120 54
Binary 11001011 10001100 10110 0 11111 1011001 10100 100111 1010000 101100

Color Harmonies of #CB8C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C16

Black with #CB8C16

Text Example


Text Example

White with #CB8C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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