Html Css Color HEX #CB7901 Dark Goldenrod

📋 copy color: '#CB7901'

red 203 ◦ green 121 ◦ blue 1

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

Shades of Dark Goldenrod #CB7901

Tints of Dark Goldenrod #CB7901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

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

R = 62.46%
G = 37.23%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB7901 (or 0xCB7901) is known color: Dark Goldenrod. HEX triplet: CB, 79 and 01. RGB value is (203,121,1). Sum of RGB (Red+Green+Blue) = 203+121+1=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7901 is #3486FE. Grayscale: #848484. Windows color (decimal): -3442431 or 96715. OLE color: 96715.

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

Color convert

RGB 203 121 1 -
CMYK 0 0.40 1.00 0.20
HSL 35.64º 0.99% 0.4% -
HSV(B) 35.64º 1% 0.8% -
XYZ 31.47 26.37 3.46 -
YUV 131.84 54.17 178.76 -
System Red Green Blue C M Y K H S L
Decimal 203 121 1 0 0.40 1.00 0.20 35.64 0.99 0.4
Hex CB 79 1 0 28 64 14 24 63 28
Octal 313 171 1 0 50 144 24 44 143 50
Binary 11001011 1111001 1 0 101000 1100100 10100 100100 1100011 101000

Color Harmonies of #CB7901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7901

Black with #CB7901

Text Example


Text Example

White with #CB7901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7901; }

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

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

background-color css

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

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

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

border-color css

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

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

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