Html Css Color HEX #CB9011 Dark Goldenrod

📋 copy color: '#CB9011'

red 203 ◦ green 144 ◦ blue 17

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

Shades of Dark Goldenrod #CB9011

Tints of Dark Goldenrod #CB9011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

 BLUE value IS 17 (7.03% from 255) = 4.67%

R = 55.77%
G = 39.56%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB9011 (or 0xCB9011) is known color: Dark Goldenrod. HEX triplet: CB, 90 and 11. RGB value is (203,144,17). Sum of RGB (Red+Green+Blue) = 203+144+17=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9011 is #346FEE. Grayscale: #939393. Windows color (decimal): -3436527 or 1151179. OLE color: 1151179.

HSL color Cylindrical-coordinate representation of color #CB9011: hue angle of 40.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB9011 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 144 17 -
CMYK 0 0.29 0.92 0.20
HSL 40.97º 0.85% 0.43% -
HSV(B) 40.97º 0.92% 0.8% -
XYZ 34.7 32.68 5.01 -
YUV 147.16 54.55 167.83 -
System Red Green Blue C M Y K H S L
Decimal 203 144 17 0 0.29 0.92 0.20 40.97 0.85 0.43
Hex CB 90 11 0 1D 5C 14 29 55 2B
Octal 313 220 21 0 35 134 24 51 125 53
Binary 11001011 10010000 10001 0 11101 1011100 10100 101001 1010101 101011

Color Harmonies of #CB9011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9011

Black with #CB9011

Text Example


Text Example

White with #CB9011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9011; }

 p { color: rgb(203,144,17); }

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

background-color css

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

 a { background-color: rgb(203,144,17); }

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

border-color css

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

 span { border-color: rgb(203,144,17); }

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