Html Css Color HEX #CB8A0D Dark Goldenrod

📋 copy color: '#CB8A0D'

red 203 ◦ green 138 ◦ blue 13

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

Shades of Dark Goldenrod #CB8A0D

Tints of Dark Goldenrod #CB8A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.98%

 BLUE value IS 13 (5.47% from 255) = 3.67%

R = 57.34%
G = 38.98%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB8A0D (or 0xCB8A0D) is known color: Dark Goldenrod. HEX triplet: CB, 8A and 0D. RGB value is (203,138,13). Sum of RGB (Red+Green+Blue) = 203+138+13=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8A0D is #3475F2. Grayscale: #8F8F8F. Windows color (decimal): -3438067 or 887499. OLE color: 887499.

HSL color Cylindrical-coordinate representation of color #CB8A0D: hue angle of 39.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB8A0D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 138 13 -
CMYK 0 0.32 0.94 0.20
HSL 39.47º 0.88% 0.42% -
HSV(B) 39.47º 0.94% 0.8% -
XYZ 33.79 30.9 4.56 -
YUV 143.19 54.53 170.66 -
System Red Green Blue C M Y K H S L
Decimal 203 138 13 0 0.32 0.94 0.20 39.47 0.88 0.42
Hex CB 8A D 0 20 5E 14 27 58 2A
Octal 313 212 15 0 40 136 24 47 130 52
Binary 11001011 10001010 1101 0 100000 1011110 10100 100111 1011000 101010

Color Harmonies of #CB8A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8A0D

Black with #CB8A0D

Text Example


Text Example

White with #CB8A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8A0D; }

 p { color: rgb(203,138,13); }

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

background-color css

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

 a { background-color: rgb(203,138,13); }

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

border-color css

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

 span { border-color: rgb(203,138,13); }

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