Html Css Color HEX #CB8201 Dark Goldenrod

📋 copy color: '#CB8201'

red 203 ◦ green 130 ◦ blue 1

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

Shades of Dark Goldenrod #CB8201

Tints of Dark Goldenrod #CB8201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 60.78%
G = 38.92%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB8201 (or 0xCB8201) is known color: Dark Goldenrod. HEX triplet: CB, 82 and 01. RGB value is (203,130,1). Sum of RGB (Red+Green+Blue) = 203+130+1=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8201 is #347DFE. Grayscale: #898989. Windows color (decimal): -3440127 or 99019. OLE color: 99019.

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

Color convert

RGB 203 130 1 -
CMYK 0 0.36 1.00 0.20
HSL 38.32º 0.99% 0.4% -
HSV(B) 38.32º 1% 0.8% -
XYZ 32.62 28.66 3.84 -
YUV 137.12 51.18 174.99 -
System Red Green Blue C M Y K H S L
Decimal 203 130 1 0 0.36 1.00 0.20 38.32 0.99 0.4
Hex CB 82 1 0 24 64 14 26 63 28
Octal 313 202 1 0 44 144 24 46 143 50
Binary 11001011 10000010 1 0 100100 1100100 10100 100110 1100011 101000

Color Harmonies of #CB8201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8201

Black with #CB8201

Text Example


Text Example

White with #CB8201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8201; }

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

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

background-color css

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

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

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

border-color css

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

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

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