Html Css Color HEX #C0700A Dark Goldenrod

📋 copy color: '#C0700A'

red 192 ◦ green 112 ◦ blue 10

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

Shades of Dark Goldenrod #C0700A

Tints of Dark Goldenrod #C0700A

RGB

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

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

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

R = 61.15%
G = 35.67%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0700A (or 0xC0700A) is known color: Dark Goldenrod. HEX triplet: C0, 70 and 0A. RGB value is (192,112,10). Sum of RGB (Red+Green+Blue) = 192+112+10=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C0700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0700A is #3F8FF5. Grayscale: #7C7C7C. Windows color (decimal): -4165622 or 684224. OLE color: 684224.

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

Color convert

RGB 192 112 10 -
CMYK 0 0.42 0.95 0.25
HSL 33.63º 0.9% 0.4% -
HSV(B) 33.63º 0.95% 0.75% -
XYZ 27.59 22.82 3.24 -
YUV 124.29 63.5 176.29 -
System Red Green Blue C M Y K H S L
Decimal 192 112 10 0 0.42 0.95 0.25 33.63 0.9 0.4
Hex C0 70 A 0 2A 5F 19 22 5A 28
Octal 300 160 12 0 52 137 31 42 132 50
Binary 11000000 1110000 1010 0 101010 1011111 11001 100010 1011010 101000

Color Harmonies of #C0700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0700A

Black with #C0700A

Text Example


Text Example

White with #C0700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0700A; }

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

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

background-color css

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

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

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

border-color css

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

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

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