Html Css Color HEX #C27409 Dark Goldenrod

📋 copy color: '#C27409'

red 194 ◦ green 116 ◦ blue 9

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

Shades of Dark Goldenrod #C27409

Tints of Dark Goldenrod #C27409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.82%

R = 60.82%
G = 36.36%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C27409 (or 0xC27409) is known color: Dark Goldenrod. HEX triplet: C2, 74 and 09. RGB value is (194,116,9). Sum of RGB (Red+Green+Blue) = 194+116+9=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C27409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27409 is #3D8BF6. Grayscale: #7F7F7F. Windows color (decimal): -4033527 or 619714. OLE color: 619714.

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

Color convert

RGB 194 116 9 -
CMYK 0 0.40 0.95 0.24
HSL 34.7º 0.91% 0.4% -
HSV(B) 34.7º 0.95% 0.76% -
XYZ 28.54 23.98 3.38 -
YUV 127.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 194 116 9 0 0.40 0.95 0.24 34.7 0.91 0.4
Hex C2 74 9 0 28 5F 18 23 5B 28
Octal 302 164 11 0 50 137 30 43 133 50
Binary 11000010 1110100 1001 0 101000 1011111 11000 100011 1011011 101000

Color Harmonies of #C27409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27409

Black with #C27409

Text Example


Text Example

White with #C27409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27409; }

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

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

background-color css

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

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

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

border-color css

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

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

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