Html Css Color HEX #C27400 Dark Goldenrod

📋 copy color: '#C27400'

red 194 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #C27400

Tints of Dark Goldenrod #C27400

RGB

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

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

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

R = 62.58%
G = 37.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C27400 (or 0xC27400) is known color: Dark Goldenrod. HEX triplet: C2, 74 and 00. RGB value is (194,116,0). Sum of RGB (Red+Green+Blue) = 194+116+0=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C27400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27400 is #3D8BFF. Grayscale: #7E7E7E. Windows color (decimal): -4033536 or 29890. OLE color: 29890.

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

Color convert

RGB 194 116 0 -
CMYK 0 0.40 1 0.24
HSL 35.88º 1% 0.38% -
HSV(B) 35.88º 1% 0.76% -
XYZ 28.49 23.96 3.12 -
YUV 126.1 56.84 176.43 -
System Red Green Blue C M Y K H S L
Decimal 194 116 0 0 0.40 1 0.24 35.88 1 0.38
Hex C2 74 0 0 28 64 18 24 64 26
Octal 302 164 0 0 50 144 30 44 144 46
Binary 11000010 1110100 0 0 101000 1100100 11000 100100 1100100 100110

Color Harmonies of #C27400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27400

Black with #C27400

Text Example


Text Example

White with #C27400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27400; }

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

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

background-color css

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

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

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

border-color css

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

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

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