Html Css Color HEX #C27403 Dark Goldenrod

📋 copy color: '#C27403'

red 194 ◦ green 116 ◦ blue 3

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

Shades of Dark Goldenrod #C27403

Tints of Dark Goldenrod #C27403

RGB

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

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

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

R = 61.98%
G = 37.06%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C27403 (or 0xC27403) is known color: Dark Goldenrod. HEX triplet: C2, 74 and 03. RGB value is (194,116,3). Sum of RGB (Red+Green+Blue) = 194+116+3=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C27403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27403 is #3D8BFC. Grayscale: #7E7E7E. Windows color (decimal): -4033533 or 226498. OLE color: 226498.

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

Color convert

RGB 194 116 3 -
CMYK 0 0.40 0.98 0.24
HSL 35.5º 0.97% 0.39% -
HSV(B) 35.5º 0.98% 0.76% -
XYZ 28.51 23.97 3.21 -
YUV 126.44 58.34 176.19 -
System Red Green Blue C M Y K H S L
Decimal 194 116 3 0 0.40 0.98 0.24 35.5 0.97 0.39
Hex C2 74 3 0 28 62 18 23 61 27
Octal 302 164 3 0 50 142 30 43 141 47
Binary 11000010 1110100 11 0 101000 1100010 11000 100011 1100001 100111

Color Harmonies of #C27403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27403

Black with #C27403

Text Example


Text Example

White with #C27403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27403; }

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

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

background-color css

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

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

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

border-color css

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

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

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