Html Css Color HEX #CB9010 Dark Goldenrod

📋 copy color: '#CB9010'

red 203 ◦ green 144 ◦ blue 16

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

Shades of Dark Goldenrod #CB9010

Tints of Dark Goldenrod #CB9010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 55.92%
G = 39.67%
B = 4.41%

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

#CB9010 (or 0xCB9010) is known color: Dark Goldenrod. HEX triplet: CB, 90 and 10. RGB value is (203,144,16). Sum of RGB (Red+Green+Blue) = 203+144+16=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9010 is #346FEF. Grayscale: #939393. Windows color (decimal): -3436528 or 1085643. OLE color: 1085643.

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

Color convert

RGB 203 144 16 -
CMYK 0 0.29 0.92 0.20
HSL 41.07º 0.85% 0.43% -
HSV(B) 41.07º 0.92% 0.8% -
XYZ 34.7 32.68 4.97 -
YUV 147.05 54.05 167.91 -
System Red Green Blue C M Y K H S L
Decimal 203 144 16 0 0.29 0.92 0.20 41.07 0.85 0.43
Hex CB 90 10 0 1D 5C 14 29 55 2B
Octal 313 220 20 0 35 134 24 51 125 53
Binary 11001011 10010000 10000 0 11101 1011100 10100 101001 1010101 101011

Color Harmonies of #CB9010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9010

Black with #CB9010

Text Example


Text Example

White with #CB9010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9010; }

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

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

background-color css

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

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

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

border-color css

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

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

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