Html Css Color HEX #C27203 Dark Goldenrod

📋 copy color: '#C27203'

red 194 ◦ green 114 ◦ blue 3

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

Shades of Dark Goldenrod #C27203

Tints of Dark Goldenrod #C27203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 62.38%
G = 36.66%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C27203 (or 0xC27203) is known color: Dark Goldenrod. HEX triplet: C2, 72 and 03. RGB value is (194,114,3). Sum of RGB (Red+Green+Blue) = 194+114+3=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C27203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27203 is #3D8DFC. Grayscale: #7D7D7D. Windows color (decimal): -4034045 or 225986. OLE color: 225986.

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

Color convert

RGB 194 114 3 -
CMYK 0 0.41 0.98 0.24
HSL 34.87º 0.97% 0.39% -
HSV(B) 34.87º 0.98% 0.76% -
XYZ 28.28 23.51 3.13 -
YUV 125.27 59 177.03 -
System Red Green Blue C M Y K H S L
Decimal 194 114 3 0 0.41 0.98 0.24 34.87 0.97 0.39
Hex C2 72 3 0 29 62 18 23 61 27
Octal 302 162 3 0 51 142 30 43 141 47
Binary 11000010 1110010 11 0 101001 1100010 11000 100011 1100001 100111

Color Harmonies of #C27203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27203

Black with #C27203

Text Example


Text Example

White with #C27203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27203; }

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

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

background-color css

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

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

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

border-color css

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

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

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