Html Css Color HEX #CB8513 Dark Goldenrod

📋 copy color: '#CB8513'

red 203 ◦ green 133 ◦ blue 19

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

Shades of Dark Goldenrod #CB8513

Tints of Dark Goldenrod #CB8513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 57.18%
G = 37.46%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB8513 (or 0xCB8513) is known color: Dark Goldenrod. HEX triplet: CB, 85 and 13. RGB value is (203,133,19). Sum of RGB (Red+Green+Blue) = 203+133+19=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8513 is #347AEC. Grayscale: #8D8D8D. Windows color (decimal): -3439341 or 1279435. OLE color: 1279435.

HSL color Cylindrical-coordinate representation of color #CB8513: hue angle of 37.17º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB8513 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 133 19 -
CMYK 0 0.34 0.91 0.20
HSL 37.17º 0.83% 0.44% -
HSV(B) 37.17º 0.91% 0.8% -
XYZ 33.13 29.52 4.57 -
YUV 140.93 59.19 172.27 -
System Red Green Blue C M Y K H S L
Decimal 203 133 19 0 0.34 0.91 0.20 37.17 0.83 0.44
Hex CB 85 13 0 22 5B 14 25 53 2C
Octal 313 205 23 0 42 133 24 45 123 54
Binary 11001011 10000101 10011 0 100010 1011011 10100 100101 1010011 101100

Color Harmonies of #CB8513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8513

Black with #CB8513

Text Example


Text Example

White with #CB8513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8513; }

 p { color: rgb(203,133,19); }

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

background-color css

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

 a { background-color: rgb(203,133,19); }

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

border-color css

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

 span { border-color: rgb(203,133,19); }

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