Html Css Color HEX #C27202 Dark Goldenrod

📋 copy color: '#C27202'

red 194 ◦ green 114 ◦ blue 2

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

Shades of Dark Goldenrod #C27202

Tints of Dark Goldenrod #C27202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 62.58%
G = 36.77%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C27202 (or 0xC27202) is known color: Dark Goldenrod. HEX triplet: C2, 72 and 02. RGB value is (194,114,2). Sum of RGB (Red+Green+Blue) = 194+114+2=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C27202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27202 is #3D8DFD. Grayscale: #7D7D7D. Windows color (decimal): -4034046 or 160450. OLE color: 160450.

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

Color convert

RGB 194 114 2 -
CMYK 0 0.41 0.99 0.24
HSL 35º 0.98% 0.38% -
HSV(B) 35º 0.99% 0.76% -
XYZ 28.28 23.51 3.1 -
YUV 125.15 58.5 177.11 -
System Red Green Blue C M Y K H S L
Decimal 194 114 2 0 0.41 0.99 0.24 35 0.98 0.38
Hex C2 72 2 0 29 63 18 23 62 26
Octal 302 162 2 0 51 143 30 43 142 46
Binary 11000010 1110010 10 0 101001 1100011 11000 100011 1100010 100110

Color Harmonies of #C27202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27202

Black with #C27202

Text Example


Text Example

White with #C27202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27202; }

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

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

background-color css

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

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

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

border-color css

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

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

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