Html Css Color HEX #C29005 Dark Goldenrod

📋 copy color: '#C29005'

red 194 ◦ green 144 ◦ blue 5

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

Shades of Dark Goldenrod #C29005

Tints of Dark Goldenrod #C29005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 56.56%
G = 41.98%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C29005 (or 0xC29005) is known color: Dark Goldenrod. HEX triplet: C2, 90 and 05. RGB value is (194,144,5). Sum of RGB (Red+Green+Blue) = 194+144+5=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C29005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29005 is #3D6FFA. Grayscale: #8F8F8F. Windows color (decimal): -4026363 or 364738. OLE color: 364738.

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

Color convert

RGB 194 144 5 -
CMYK 0 0.26 0.97 0.24
HSL 44.13º 0.95% 0.39% -
HSV(B) 44.13º 0.97% 0.76% -
XYZ 32.25 31.43 4.51 -
YUV 143.1 50.07 164.3 -
System Red Green Blue C M Y K H S L
Decimal 194 144 5 0 0.26 0.97 0.24 44.13 0.95 0.39
Hex C2 90 5 0 1A 61 18 2C 5F 27
Octal 302 220 5 0 32 141 30 54 137 47
Binary 11000010 10010000 101 0 11010 1100001 11000 101100 1011111 100111

Color Harmonies of #C29005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29005

Black with #C29005

Text Example


Text Example

White with #C29005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29005; }

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

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

background-color css

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

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

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

border-color css

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

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

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