Html Css Color HEX #C2900C Dark Goldenrod

📋 copy color: '#C2900C'

red 194 ◦ green 144 ◦ blue 12

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

Shades of Dark Goldenrod #C2900C

Tints of Dark Goldenrod #C2900C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.43%

R = 55.43%
G = 41.14%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2900C (or 0xC2900C) is known color: Dark Goldenrod. HEX triplet: C2, 90 and 0C. RGB value is (194,144,12). Sum of RGB (Red+Green+Blue) = 194+144+12=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2900C is #3D6FF3. Grayscale: #909090. Windows color (decimal): -4026356 or 823490. OLE color: 823490.

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

Color convert

RGB 194 144 12 -
CMYK 0 0.26 0.94 0.24
HSL 43.52º 0.88% 0.4% -
HSV(B) 43.52º 0.94% 0.76% -
XYZ 32.29 31.44 4.72 -
YUV 143.9 53.57 163.73 -
System Red Green Blue C M Y K H S L
Decimal 194 144 12 0 0.26 0.94 0.24 43.52 0.88 0.4
Hex C2 90 C 0 1A 5E 18 2C 58 28
Octal 302 220 14 0 32 136 30 54 130 50
Binary 11000010 10010000 1100 0 11010 1011110 11000 101100 1011000 101000

Color Harmonies of #C2900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2900C

Black with #C2900C

Text Example


Text Example

White with #C2900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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