Html Css Color HEX #CB9110 Dark Goldenrod

📋 copy color: '#CB9110'

red 203 ◦ green 145 ◦ blue 16

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

Shades of Dark Goldenrod #CB9110

Tints of Dark Goldenrod #CB9110

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

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

R = 55.77%
G = 39.84%
B = 4.4%

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

#CB9110 (or 0xCB9110) is known color: Dark Goldenrod. HEX triplet: CB, 91 and 10. RGB value is (203,145,16). Sum of RGB (Red+Green+Blue) = 203+145+16=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9110 is #346EEF. Grayscale: #949494. Windows color (decimal): -3436272 or 1085899. OLE color: 1085899.

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

Color convert

RGB 203 145 16 -
CMYK 0 0.29 0.92 0.20
HSL 41.39º 0.85% 0.43% -
HSV(B) 41.39º 0.92% 0.8% -
XYZ 34.85 32.98 5.02 -
YUV 147.64 53.72 167.49 -
System Red Green Blue C M Y K H S L
Decimal 203 145 16 0 0.29 0.92 0.20 41.39 0.85 0.43
Hex CB 91 10 0 1D 5C 14 29 55 2B
Octal 313 221 20 0 35 134 24 51 125 53
Binary 11001011 10010001 10000 0 11101 1011100 10100 101001 1010101 101011

Color Harmonies of #CB9110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9110

Black with #CB9110

Text Example


Text Example

White with #CB9110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9110; }

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

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

background-color css

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

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

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

border-color css

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

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

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