Html Css Color HEX #C07100 Dark Goldenrod

📋 copy color: '#C07100'

red 192 ◦ green 113 ◦ blue 0

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

Shades of Dark Goldenrod #C07100

Tints of Dark Goldenrod #C07100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.95%
G = 37.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C07100 (or 0xC07100) is known color: Dark Goldenrod. HEX triplet: C0, 71 and 00. RGB value is (192,113,0). Sum of RGB (Red+Green+Blue) = 192+113+0=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C07100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07100 is #3F8EFF. Grayscale: #7C7C7C. Windows color (decimal): -4165376 or 29120. OLE color: 29120.

HSL color Cylindrical-coordinate representation of color #C07100: hue angle of 35.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C07100 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 0 -
CMYK 0 0.41 1 0.25
HSL 35.31º 1% 0.38% -
HSV(B) 35.31º 1% 0.75% -
XYZ 27.64 23.02 2.99 -
YUV 123.74 58.17 176.69 -
System Red Green Blue C M Y K H S L
Decimal 192 113 0 0 0.41 1 0.25 35.31 1 0.38
Hex C0 71 0 0 29 64 19 23 64 26
Octal 300 161 0 0 51 144 31 43 144 46
Binary 11000000 1110001 0 0 101001 1100100 11001 100011 1100100 100110

Color Harmonies of #C07100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07100

Black with #C07100

Text Example


Text Example

White with #C07100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07100; }

 p { color: rgb(192,113,0); }

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

background-color css

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

 a { background-color: rgb(192,113,0); }

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

border-color css

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

 span { border-color: rgb(192,113,0); }

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