Html Css Color HEX #CB9201 Dark Goldenrod

📋 copy color: '#CB9201'

red 203 ◦ green 146 ◦ blue 1

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

Shades of Dark Goldenrod #CB9201

Tints of Dark Goldenrod #CB9201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.71%

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

R = 58%
G = 41.71%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB9201 (or 0xCB9201) is known color: Dark Goldenrod. HEX triplet: CB, 92 and 01. RGB value is (203,146,1). Sum of RGB (Red+Green+Blue) = 203+146+1=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9201 is #346DFE. Grayscale: #939393. Windows color (decimal): -3436031 or 103115. OLE color: 103115.

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

Color convert

RGB 203 146 1 -
CMYK 0 0.28 1.00 0.20
HSL 43.07º 0.99% 0.4% -
HSV(B) 43.07º 1% 0.8% -
XYZ 34.91 33.26 4.61 -
YUV 146.51 45.88 168.29 -
System Red Green Blue C M Y K H S L
Decimal 203 146 1 0 0.28 1.00 0.20 43.07 0.99 0.4
Hex CB 92 1 0 1C 64 14 2B 63 28
Octal 313 222 1 0 34 144 24 53 143 50
Binary 11001011 10010010 1 0 11100 1100100 10100 101011 1100011 101000

Color Harmonies of #CB9201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9201

Black with #CB9201

Text Example


Text Example

White with #CB9201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9201; }

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

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

background-color css

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

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

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

border-color css

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

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

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