Html Css Color HEX #C07D0A Dark Goldenrod

📋 copy color: '#C07D0A'

red 192 ◦ green 125 ◦ blue 10

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

Shades of Dark Goldenrod #C07D0A

Tints of Dark Goldenrod #C07D0A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.23%

 BLUE value IS 10 (4.3% from 255) = 3.06%

R = 58.72%
G = 38.23%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C07D0A (or 0xC07D0A) is known color: Dark Goldenrod. HEX triplet: C0, 7D and 0A. RGB value is (192,125,10). Sum of RGB (Red+Green+Blue) = 192+125+10=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07D0A is #3F82F5. Grayscale: #848484. Windows color (decimal): -4162294 or 687552. OLE color: 687552.

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

Color convert

RGB 192 125 10 -
CMYK 0 0.35 0.95 0.25
HSL 37.91º 0.9% 0.4% -
HSV(B) 37.91º 0.95% 0.75% -
XYZ 29.13 25.9 3.75 -
YUV 131.92 59.2 170.85 -
System Red Green Blue C M Y K H S L
Decimal 192 125 10 0 0.35 0.95 0.25 37.91 0.9 0.4
Hex C0 7D A 0 23 5F 19 26 5A 28
Octal 300 175 12 0 43 137 31 46 132 50
Binary 11000000 1111101 1010 0 100011 1011111 11001 100110 1011010 101000

Color Harmonies of #C07D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D0A

Black with #C07D0A

Text Example


Text Example

White with #C07D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D0A; }

 p { color: rgb(192,125,10); }

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

background-color css

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

 a { background-color: rgb(192,125,10); }

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

border-color css

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

 span { border-color: rgb(192,125,10); }

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