Html Css Color HEX #CB8B13 Dark Goldenrod

📋 copy color: '#CB8B13'

red 203 ◦ green 139 ◦ blue 19

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

Shades of Dark Goldenrod #CB8B13

Tints of Dark Goldenrod #CB8B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

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

R = 56.23%
G = 38.5%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB8B13 (or 0xCB8B13) is known color: Dark Goldenrod. HEX triplet: CB, 8B and 13. RGB value is (203,139,19). Sum of RGB (Red+Green+Blue) = 203+139+19=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8B13 is #3474EC. Grayscale: #919191. Windows color (decimal): -3437805 or 1280971. OLE color: 1280971.

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

Color convert

RGB 203 139 19 -
CMYK 0 0.32 0.91 0.20
HSL 39.13º 0.83% 0.44% -
HSV(B) 39.13º 0.91% 0.8% -
XYZ 33.98 31.21 4.85 -
YUV 144.46 57.2 169.76 -
System Red Green Blue C M Y K H S L
Decimal 203 139 19 0 0.32 0.91 0.20 39.13 0.83 0.44
Hex CB 8B 13 0 20 5B 14 27 53 2C
Octal 313 213 23 0 40 133 24 47 123 54
Binary 11001011 10001011 10011 0 100000 1011011 10100 100111 1010011 101100

Color Harmonies of #CB8B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8B13

Black with #CB8B13

Text Example


Text Example

White with #CB8B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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