Html Css Color HEX #C07D16 Dark Goldenrod

📋 copy color: '#C07D16'

red 192 ◦ green 125 ◦ blue 22

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

Shades of Dark Goldenrod #C07D16

Tints of Dark Goldenrod #C07D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 56.64%
G = 36.87%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C07D16 (or 0xC07D16) is known color: Dark Goldenrod. HEX triplet: C0, 7D and 16. RGB value is (192,125,22). Sum of RGB (Red+Green+Blue) = 192+125+22=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07D16 is #3F82E9. Grayscale: #858585. Windows color (decimal): -4162282 or 1473984. OLE color: 1473984.

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

Color convert

RGB 192 125 22 -
CMYK 0 0.35 0.89 0.25
HSL 36.35º 0.79% 0.42% -
HSV(B) 36.35º 0.89% 0.75% -
XYZ 29.22 25.93 4.22 -
YUV 133.29 65.2 169.88 -
System Red Green Blue C M Y K H S L
Decimal 192 125 22 0 0.35 0.89 0.25 36.35 0.79 0.42
Hex C0 7D 16 0 23 59 19 24 4F 2A
Octal 300 175 26 0 43 131 31 44 117 52
Binary 11000000 1111101 10110 0 100011 1011001 11001 100100 1001111 101010

Color Harmonies of #C07D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D16

Black with #C07D16

Text Example


Text Example

White with #C07D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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