Html Css Color HEX #CB8F13 Dark Goldenrod

📋 copy color: '#CB8F13'

red 203 ◦ green 143 ◦ blue 19

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

Shades of Dark Goldenrod #CB8F13

Tints of Dark Goldenrod #CB8F13

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

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

R = 55.62%
G = 39.18%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB8F13 (or 0xCB8F13) is known color: Dark Goldenrod. HEX triplet: CB, 8F and 13. RGB value is (203,143,19). Sum of RGB (Red+Green+Blue) = 203+143+19=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8F13 is #3470EC. Grayscale: #939393. Windows color (decimal): -3436781 or 1281995. OLE color: 1281995.

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

Color convert

RGB 203 143 19 -
CMYK 0 0.30 0.91 0.20
HSL 40.43º 0.83% 0.44% -
HSV(B) 40.43º 0.91% 0.8% -
XYZ 34.57 32.39 5.05 -
YUV 146.8 55.88 168.08 -
System Red Green Blue C M Y K H S L
Decimal 203 143 19 0 0.30 0.91 0.20 40.43 0.83 0.44
Hex CB 8F 13 0 1E 5B 14 28 53 2C
Octal 313 217 23 0 36 133 24 50 123 54
Binary 11001011 10001111 10011 0 11110 1011011 10100 101000 1010011 101100

Color Harmonies of #CB8F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8F13

Black with #CB8F13

Text Example


Text Example

White with #CB8F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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