Html Css Color HEX #C2780D Dark Goldenrod

📋 copy color: '#C2780D'

red 194 ◦ green 120 ◦ blue 13

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

Shades of Dark Goldenrod #C2780D

Tints of Dark Goldenrod #C2780D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.7%

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 59.33%
G = 36.7%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2780D (or 0xC2780D) is known color: Dark Goldenrod. HEX triplet: C2, 78 and 0D. RGB value is (194,120,13). Sum of RGB (Red+Green+Blue) = 194+120+13=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2780D is #3D87F2. Grayscale: #828282. Windows color (decimal): -4032499 or 882882. OLE color: 882882.

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

Color convert

RGB 194 120 13 -
CMYK 0 0.38 0.93 0.24
HSL 35.47º 0.87% 0.41% -
HSV(B) 35.47º 0.93% 0.76% -
XYZ 29.04 24.93 3.66 -
YUV 129.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 194 120 13 0 0.38 0.93 0.24 35.47 0.87 0.41
Hex C2 78 D 0 26 5D 18 23 57 29
Octal 302 170 15 0 46 135 30 43 127 51
Binary 11000010 1111000 1101 0 100110 1011101 11000 100011 1010111 101001

Color Harmonies of #C2780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2780D

Black with #C2780D

Text Example


Text Example

White with #C2780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2780D; }

 p { color: rgb(194,120,13); }

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

background-color css

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

 a { background-color: rgb(194,120,13); }

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

border-color css

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

 span { border-color: rgb(194,120,13); }

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