Html Css Color HEX #C07D0F Dark Goldenrod

📋 copy color: '#C07D0F'

red 192 ◦ green 125 ◦ blue 15

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

Shades of Dark Goldenrod #C07D0F

Tints of Dark Goldenrod #C07D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 57.83%
G = 37.65%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C07D0F (or 0xC07D0F) is known color: Dark Goldenrod. HEX triplet: C0, 7D and 0F. RGB value is (192,125,15). Sum of RGB (Red+Green+Blue) = 192+125+15=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07D0F is #3F82F0. Grayscale: #858585. Windows color (decimal): -4162289 or 1015232. OLE color: 1015232.

HSL color Cylindrical-coordinate representation of color #C07D0F: hue angle of 37.29º degrees, saturation: 0.86, 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 #C07D0F is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 125 15 -
CMYK 0 0.35 0.92 0.25
HSL 37.29º 0.86% 0.41% -
HSV(B) 37.29º 0.92% 0.75% -
XYZ 29.16 25.91 3.92 -
YUV 132.49 61.7 170.44 -
System Red Green Blue C M Y K H S L
Decimal 192 125 15 0 0.35 0.92 0.25 37.29 0.86 0.41
Hex C0 7D F 0 23 5C 19 25 56 29
Octal 300 175 17 0 43 134 31 45 126 51
Binary 11000000 1111101 1111 0 100011 1011100 11001 100101 1010110 101001

Color Harmonies of #C07D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D0F

Black with #C07D0F

Text Example


Text Example

White with #C07D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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