Html Css Color HEX #CB800C Dark Goldenrod

📋 copy color: '#CB800C'

red 203 ◦ green 128 ◦ blue 12

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

Shades of Dark Goldenrod #CB800C

Tints of Dark Goldenrod #CB800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.32%

 BLUE value IS 12 (5.08% from 255) = 3.5%

R = 59.18%
G = 37.32%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB800C (or 0xCB800C) is known color: Dark Goldenrod. HEX triplet: CB, 80 and 0C. RGB value is (203,128,12). Sum of RGB (Red+Green+Blue) = 203+128+12=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB800C is #347FF3. Grayscale: #898989. Windows color (decimal): -3440628 or 819403. OLE color: 819403.

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

Color convert

RGB 203 128 12 -
CMYK 0 0.37 0.94 0.20
HSL 36.44º 0.89% 0.42% -
HSV(B) 36.44º 0.94% 0.8% -
XYZ 32.41 28.16 4.08 -
YUV 137.2 57.35 174.93 -
System Red Green Blue C M Y K H S L
Decimal 203 128 12 0 0.37 0.94 0.20 36.44 0.89 0.42
Hex CB 80 C 0 25 5E 14 24 59 2A
Octal 313 200 14 0 45 136 24 44 131 52
Binary 11001011 10000000 1100 0 100101 1011110 10100 100100 1011001 101010

Color Harmonies of #CB800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB800C

Black with #CB800C

Text Example


Text Example

White with #CB800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB800C; }

 p { color: rgb(203,128,12); }

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

background-color css

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

 a { background-color: rgb(203,128,12); }

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

border-color css

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

 span { border-color: rgb(203,128,12); }

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