Html Css Color HEX #C09010 Dark Goldenrod

📋 copy color: '#C09010'

red 192 ◦ green 144 ◦ blue 16

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

Shades of Dark Goldenrod #C09010

Tints of Dark Goldenrod #C09010

RGB

 RED value IS 192 (75.39% from 255) = 54.55%

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

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

R = 54.55%
G = 40.91%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C09010 (or 0xC09010) is known color: Dark Goldenrod. HEX triplet: C0, 90 and 10. RGB value is (192,144,16). Sum of RGB (Red+Green+Blue) = 192+144+16=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C09010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09010 is #3F6FEF. Grayscale: #909090. Windows color (decimal): -4157424 or 1085632. OLE color: 1085632.

HSL color Cylindrical-coordinate representation of color #C09010: hue angle of 43.64º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C09010 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 16 -
CMYK 0 0.25 0.92 0.25
HSL 43.64º 0.85% 0.41% -
HSV(B) 43.64º 0.92% 0.75% -
XYZ 31.81 31.19 4.83 -
YUV 143.76 55.9 162.41 -
System Red Green Blue C M Y K H S L
Decimal 192 144 16 0 0.25 0.92 0.25 43.64 0.85 0.41
Hex C0 90 10 0 19 5C 19 2C 55 29
Octal 300 220 20 0 31 134 31 54 125 51
Binary 11000000 10010000 10000 0 11001 1011100 11001 101100 1010101 101001

Color Harmonies of #C09010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09010

Black with #C09010

Text Example


Text Example

White with #C09010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09010; }

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

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

background-color css

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

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

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

border-color css

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

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

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