Html Css Color HEX #CB8200 Dark Goldenrod

📋 copy color: '#CB8200'

red 203 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #CB8200

Tints of Dark Goldenrod #CB8200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.96%
G = 39.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB8200 (or 0xCB8200) is known color: Dark Goldenrod. HEX triplet: CB, 82 and 00. RGB value is (203,130,0). Sum of RGB (Red+Green+Blue) = 203+130+0=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8200 is #347DFF. Grayscale: #898989. Windows color (decimal): -3440128 or 33483. OLE color: 33483.

HSL color Cylindrical-coordinate representation of color #CB8200: hue angle of 38.42º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB8200 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 130 0 -
CMYK 0 0.36 1 0.20
HSL 38.42º 1% 0.4% -
HSV(B) 38.42º 1% 0.8% -
XYZ 32.61 28.66 3.81 -
YUV 137.01 50.68 175.07 -
System Red Green Blue C M Y K H S L
Decimal 203 130 0 0 0.36 1 0.20 38.42 1 0.4
Hex CB 82 0 0 24 64 14 26 64 28
Octal 313 202 0 0 44 144 24 46 144 50
Binary 11001011 10000010 0 0 100100 1100100 10100 100110 1100100 101000

Color Harmonies of #CB8200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8200

Black with #CB8200

Text Example


Text Example

White with #CB8200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8200; }

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

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

background-color css

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

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

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

border-color css

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

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

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