Html Css Color HEX #C2750E Dark Goldenrod

📋 copy color: '#C2750E'

red 194 ◦ green 117 ◦ blue 14

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

Shades of Dark Goldenrod #C2750E

Tints of Dark Goldenrod #C2750E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 59.69%
G = 36%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2750E (or 0xC2750E) is known color: Dark Goldenrod. HEX triplet: C2, 75 and 0E. RGB value is (194,117,14). Sum of RGB (Red+Green+Blue) = 194+117+14=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2750E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2750E is #3D8AF1. Grayscale: #808080. Windows color (decimal): -4033266 or 947650. OLE color: 947650.

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

Color convert

RGB 194 117 14 -
CMYK 0 0.40 0.93 0.24
HSL 34.33º 0.87% 0.41% -
HSV(B) 34.33º 0.93% 0.76% -
XYZ 28.69 24.22 3.58 -
YUV 128.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 194 117 14 0 0.40 0.93 0.24 34.33 0.87 0.41
Hex C2 75 E 0 28 5D 18 22 57 29
Octal 302 165 16 0 50 135 30 42 127 51
Binary 11000010 1110101 1110 0 101000 1011101 11000 100010 1010111 101001

Color Harmonies of #C2750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2750E

Black with #C2750E

Text Example


Text Example

White with #C2750E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2750E; }

 p { color: rgb(194,117,14); }

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

background-color css

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

 a { background-color: rgb(194,117,14); }

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

border-color css

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

 span { border-color: rgb(194,117,14); }

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