Html Css Color HEX #C27200 Dark Goldenrod

📋 copy color: '#C27200'

red 194 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #C27200

Tints of Dark Goldenrod #C27200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.01%

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

R = 62.99%
G = 37.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C27200 (or 0xC27200) is known color: Dark Goldenrod. HEX triplet: C2, 72 and 00. RGB value is (194,114,0). Sum of RGB (Red+Green+Blue) = 194+114+0=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C27200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27200 is #3D8DFF. Grayscale: #7D7D7D. Windows color (decimal): -4034048 or 29378. OLE color: 29378.

HSL color Cylindrical-coordinate representation of color #C27200: hue angle of 35.26º 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 #C27200 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 114 0 -
CMYK 0 0.41 1 0.24
HSL 35.26º 1% 0.38% -
HSV(B) 35.26º 1% 0.76% -
XYZ 28.27 23.5 3.05 -
YUV 124.92 57.5 177.27 -
System Red Green Blue C M Y K H S L
Decimal 194 114 0 0 0.41 1 0.24 35.26 1 0.38
Hex C2 72 0 0 29 64 18 23 64 26
Octal 302 162 0 0 51 144 30 43 144 46
Binary 11000010 1110010 0 0 101001 1100100 11000 100011 1100100 100110

Color Harmonies of #C27200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27200

Black with #C27200

Text Example


Text Example

White with #C27200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27200; }

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

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

background-color css

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

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

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

border-color css

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

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

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