Html Css Color HEX #C09007 Dark Goldenrod

📋 copy color: '#C09007'

red 192 ◦ green 144 ◦ blue 7

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

Shades of Dark Goldenrod #C09007

Tints of Dark Goldenrod #C09007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.04%

R = 55.98%
G = 41.98%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C09007 (or 0xC09007) is known color: Dark Goldenrod. HEX triplet: C0, 90 and 07. RGB value is (192,144,7). Sum of RGB (Red+Green+Blue) = 192+144+7=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C09007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09007 is #3F6FF8. Grayscale: #8F8F8F. Windows color (decimal): -4157433 or 495808. OLE color: 495808.

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

Color convert

RGB 192 144 7 -
CMYK 0 0.25 0.96 0.25
HSL 44.43º 0.93% 0.39% -
HSV(B) 44.43º 0.96% 0.75% -
XYZ 31.75 31.17 4.54 -
YUV 142.73 51.4 163.14 -
System Red Green Blue C M Y K H S L
Decimal 192 144 7 0 0.25 0.96 0.25 44.43 0.93 0.39
Hex C0 90 7 0 19 60 19 2C 5D 27
Octal 300 220 7 0 31 140 31 54 135 47
Binary 11000000 10010000 111 0 11001 1100000 11001 101100 1011101 100111

Color Harmonies of #C09007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09007

Black with #C09007

Text Example


Text Example

White with #C09007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09007; }

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

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

background-color css

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

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

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

border-color css

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

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

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