Html Css Color HEX #CB820D Dark Goldenrod

📋 copy color: '#CB820D'

red 203 ◦ green 130 ◦ blue 13

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

Shades of Dark Goldenrod #CB820D

Tints of Dark Goldenrod #CB820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

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

R = 58.67%
G = 37.57%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB820D (or 0xCB820D) is known color: Dark Goldenrod. HEX triplet: CB, 82 and 0D. RGB value is (203,130,13). Sum of RGB (Red+Green+Blue) = 203+130+13=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB820D is #347DF2. Grayscale: #8B8B8B. Windows color (decimal): -3440115 or 885451. OLE color: 885451.

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

Color convert

RGB 203 130 13 -
CMYK 0 0.36 0.94 0.20
HSL 36.95º 0.88% 0.42% -
HSV(B) 36.95º 0.94% 0.8% -
XYZ 32.68 28.69 4.2 -
YUV 138.49 57.18 174.01 -
System Red Green Blue C M Y K H S L
Decimal 203 130 13 0 0.36 0.94 0.20 36.95 0.88 0.42
Hex CB 82 D 0 24 5E 14 25 58 2A
Octal 313 202 15 0 44 136 24 45 130 52
Binary 11001011 10000010 1101 0 100100 1011110 10100 100101 1011000 101010

Color Harmonies of #CB820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB820D

Black with #CB820D

Text Example


Text Example

White with #CB820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB820D; }

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

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

background-color css

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

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

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

border-color css

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

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

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