Html Css Color HEX #CB840D Dark Goldenrod

📋 copy color: '#CB840D'

red 203 ◦ green 132 ◦ blue 13

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

Shades of Dark Goldenrod #CB840D

Tints of Dark Goldenrod #CB840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

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

R = 58.33%
G = 37.93%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB840D (or 0xCB840D) is known color: Dark Goldenrod. HEX triplet: CB, 84 and 0D. RGB value is (203,132,13). Sum of RGB (Red+Green+Blue) = 203+132+13=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB840D is #347BF2. Grayscale: #8C8C8C. Windows color (decimal): -3439603 or 885963. OLE color: 885963.

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

Color convert

RGB 203 132 13 -
CMYK 0 0.35 0.94 0.20
HSL 37.58º 0.88% 0.42% -
HSV(B) 37.58º 0.94% 0.8% -
XYZ 32.95 29.23 4.29 -
YUV 139.66 56.52 173.18 -
System Red Green Blue C M Y K H S L
Decimal 203 132 13 0 0.35 0.94 0.20 37.58 0.88 0.42
Hex CB 84 D 0 23 5E 14 26 58 2A
Octal 313 204 15 0 43 136 24 46 130 52
Binary 11001011 10000100 1101 0 100011 1011110 10100 100110 1011000 101010

Color Harmonies of #CB840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB840D

Black with #CB840D

Text Example


Text Example

White with #CB840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB840D; }

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

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

background-color css

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

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

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

border-color css

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

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

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