#CB8C14

Color #CB8C14 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #CB8C14

Tints of Dark Goldenrod #CB8C14

Color information

#CB8C14 (or 0xCB8C14) is unknown color: approx Dark Goldenrod. HEX triplet: CB, 8C and 14. RGB value is (203,140,20). Sum of RGB (Red+Green+Blue) = 203+140+20=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C14 is #3473EB. Grayscale: #919191. Windows color (decimal): -3437548 or 1346763. OLE color: 1346763.

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

Color convert

RGB20314020-
CMYK00.310.900.20
HSL39.34º82.06%43.73%-
HSV(B)39.34º90.15%79.61%-
XYZ34.1331.54.94-
YUV145.1657.37169.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.92%
GREEN value IS 140 (55.08% from 255) = 38.57%
BLUE value IS 20 (8.20% from 255) = 5.51%
R=55.92%
G=38.57%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031402000.310.900.2039.3482.0643.73
HexCB8C1401F5A1427522c
Octal31321424037132244712254
Binary1100101110001100101000111111011010101001001111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C14; }

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

 H1.HeaderClassName
 {
   color: #CB8C14;
 }
 .AnyTagClassName
 {
   color: #CB8C14;
 }
</style>
background-color css

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

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

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

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

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

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