Html Css Color HEX #C27407 Dark Goldenrod

📋 copy color: '#C27407'

red 194 ◦ green 116 ◦ blue 7

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

Shades of Dark Goldenrod #C27407

Tints of Dark Goldenrod #C27407

RGB

 RED value IS 194 (76.17% from 255) = 61.2%

 GREEN value IS 116 (45.7% from 255) = 36.59%

 BLUE value IS 7 (3.13% from 255) = 2.21%

R = 61.2%
G = 36.59%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C27407 (or 0xC27407) is known color: Dark Goldenrod. HEX triplet: C2, 74 and 07. RGB value is (194,116,7). Sum of RGB (Red+Green+Blue) = 194+116+7=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C27407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27407 is #3D8BF8. Grayscale: #7F7F7F. Windows color (decimal): -4033529 or 488642. OLE color: 488642.

HSL color Cylindrical-coordinate representation of color #C27407: hue angle of 34.97º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C27407 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 116 7 -
CMYK 0 0.40 0.96 0.24
HSL 34.97º 0.93% 0.39% -
HSV(B) 34.97º 0.96% 0.76% -
XYZ 28.53 23.98 3.32 -
YUV 126.9 60.34 175.86 -
System Red Green Blue C M Y K H S L
Decimal 194 116 7 0 0.40 0.96 0.24 34.97 0.93 0.39
Hex C2 74 7 0 28 60 18 23 5D 27
Octal 302 164 7 0 50 140 30 43 135 47
Binary 11000010 1110100 111 0 101000 1100000 11000 100011 1011101 100111

Color Harmonies of #C27407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27407

Black with #C27407

Text Example


Text Example

White with #C27407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27407; }

 p { color: rgb(194,116,7); }

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

background-color css

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

 a { background-color: rgb(194,116,7); }

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

border-color css

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

 span { border-color: rgb(194,116,7); }

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