Html Css Color HEX #C07005 Dark Goldenrod

📋 copy color: '#C07005'

red 192 ◦ green 112 ◦ blue 5

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

Shades of Dark Goldenrod #C07005

Tints of Dark Goldenrod #C07005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.25%

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

R = 62.14%
G = 36.25%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C07005 (or 0xC07005) is known color: Dark Goldenrod. HEX triplet: C0, 70 and 05. RGB value is (192,112,5). Sum of RGB (Red+Green+Blue) = 192+112+5=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C07005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07005 is #3F8FFA. Grayscale: #7C7C7C. Windows color (decimal): -4165627 or 356544. OLE color: 356544.

HSL color Cylindrical-coordinate representation of color #C07005: hue angle of 34.33º 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 #C07005 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 5 -
CMYK 0 0.42 0.97 0.25
HSL 34.33º 0.95% 0.39% -
HSV(B) 34.33º 0.97% 0.75% -
XYZ 27.56 22.81 3.09 -
YUV 123.72 61 176.7 -
System Red Green Blue C M Y K H S L
Decimal 192 112 5 0 0.42 0.97 0.25 34.33 0.95 0.39
Hex C0 70 5 0 2A 61 19 22 5F 27
Octal 300 160 5 0 52 141 31 42 137 47
Binary 11000000 1110000 101 0 101010 1100001 11001 100010 1011111 100111

Color Harmonies of #C07005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07005

Black with #C07005

Text Example


Text Example

White with #C07005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07005; }

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

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

background-color css

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

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

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

border-color css

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

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

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