Html Css Color HEX #C09005 Dark Goldenrod

📋 copy color: '#C09005'

red 192 ◦ green 144 ◦ blue 5

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

Shades of Dark Goldenrod #C09005

Tints of Dark Goldenrod #C09005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 56.3%
G = 42.23%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C09005 (or 0xC09005) is known color: Dark Goldenrod. HEX triplet: C0, 90 and 05. RGB value is (192,144,5). Sum of RGB (Red+Green+Blue) = 192+144+5=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C09005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09005 is #3F6FFA. Grayscale: #8F8F8F. Windows color (decimal): -4157435 or 364736. OLE color: 364736.

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

Color convert

RGB 192 144 5 -
CMYK 0 0.25 0.97 0.25
HSL 44.6º 0.95% 0.39% -
HSV(B) 44.6º 0.97% 0.75% -
XYZ 31.74 31.16 4.49 -
YUV 142.51 50.4 163.3 -
System Red Green Blue C M Y K H S L
Decimal 192 144 5 0 0.25 0.97 0.25 44.6 0.95 0.39
Hex C0 90 5 0 19 61 19 2D 5F 27
Octal 300 220 5 0 31 141 31 55 137 47
Binary 11000000 10010000 101 0 11001 1100001 11001 101101 1011111 100111

Color Harmonies of #C09005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09005

Black with #C09005

Text Example


Text Example

White with #C09005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09005; }

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

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

background-color css

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

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

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

border-color css

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

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

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