Html Css Color HEX #C2790A Dark Goldenrod

📋 copy color: '#C2790A'

red 194 ◦ green 121 ◦ blue 10

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

Shades of Dark Goldenrod #C2790A

Tints of Dark Goldenrod #C2790A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

 BLUE value IS 10 (4.3% from 255) = 3.08%

R = 59.69%
G = 37.23%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2790A (or 0xC2790A) is known color: Dark Goldenrod. HEX triplet: C2, 79 and 0A. RGB value is (194,121,10). Sum of RGB (Red+Green+Blue) = 194+121+10=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2790A is #3D86F5. Grayscale: #828282. Windows color (decimal): -4032246 or 686530. OLE color: 686530.

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

Color convert

RGB 194 121 10 -
CMYK 0 0.38 0.95 0.24
HSL 36.2º 0.9% 0.4% -
HSV(B) 36.2º 0.95% 0.76% -
XYZ 29.14 25.17 3.61 -
YUV 130.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 194 121 10 0 0.38 0.95 0.24 36.2 0.9 0.4
Hex C2 79 A 0 26 5F 18 24 5A 28
Octal 302 171 12 0 46 137 30 44 132 50
Binary 11000010 1111001 1010 0 100110 1011111 11000 100100 1011010 101000

Color Harmonies of #C2790A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2790A

Black with #C2790A

Text Example


Text Example

White with #C2790A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2790A; }

 p { color: rgb(194,121,10); }

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

background-color css

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

 a { background-color: rgb(194,121,10); }

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

border-color css

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

 span { border-color: rgb(194,121,10); }

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