Html Css Color HEX #C2900A Dark Goldenrod

📋 copy color: '#C2900A'

red 194 ◦ green 144 ◦ blue 10

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

Shades of Dark Goldenrod #C2900A

Tints of Dark Goldenrod #C2900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.38%

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

R = 55.75%
G = 41.38%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2900A (or 0xC2900A) is known color: Dark Goldenrod. HEX triplet: C2, 90 and 0A. RGB value is (194,144,10). Sum of RGB (Red+Green+Blue) = 194+144+10=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C2900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2900A is #3D6FF5. Grayscale: #909090. Windows color (decimal): -4026358 or 692418. OLE color: 692418.

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

Color convert

RGB 194 144 10 -
CMYK 0 0.26 0.95 0.24
HSL 43.7º 0.9% 0.4% -
HSV(B) 43.7º 0.95% 0.76% -
XYZ 32.28 31.44 4.65 -
YUV 143.67 52.57 163.9 -
System Red Green Blue C M Y K H S L
Decimal 194 144 10 0 0.26 0.95 0.24 43.7 0.9 0.4
Hex C2 90 A 0 1A 5F 18 2C 5A 28
Octal 302 220 12 0 32 137 30 54 132 50
Binary 11000010 10010000 1010 0 11010 1011111 11000 101100 1011010 101000

Color Harmonies of #C2900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2900A

Black with #C2900A

Text Example


Text Example

White with #C2900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2900A; }

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

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

background-color css

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

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

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

border-color css

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

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

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