Html Css Color HEX #C2900D Dark Goldenrod

📋 copy color: '#C2900D'

red 194 ◦ green 144 ◦ blue 13

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

Shades of Dark Goldenrod #C2900D

Tints of Dark Goldenrod #C2900D

RGB

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

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

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

R = 55.27%
G = 41.03%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2900D (or 0xC2900D) is known color: Dark Goldenrod. HEX triplet: C2, 90 and 0D. RGB value is (194,144,13). Sum of RGB (Red+Green+Blue) = 194+144+13=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2900D is #3D6FF2. Grayscale: #909090. Windows color (decimal): -4026355 or 889026. OLE color: 889026.

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

Color convert

RGB 194 144 13 -
CMYK 0 0.26 0.93 0.24
HSL 43.43º 0.87% 0.41% -
HSV(B) 43.43º 0.93% 0.76% -
XYZ 32.29 31.44 4.75 -
YUV 144.02 54.07 163.65 -
System Red Green Blue C M Y K H S L
Decimal 194 144 13 0 0.26 0.93 0.24 43.43 0.87 0.41
Hex C2 90 D 0 1A 5D 18 2B 57 29
Octal 302 220 15 0 32 135 30 53 127 51
Binary 11000010 10010000 1101 0 11010 1011101 11000 101011 1010111 101001

Color Harmonies of #C2900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2900D

Black with #C2900D

Text Example


Text Example

White with #C2900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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