Html Css Color HEX #C29002 Dark Goldenrod

📋 copy color: '#C29002'

red 194 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #C29002

Tints of Dark Goldenrod #C29002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 57.06%
G = 42.35%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C29002 (or 0xC29002) is known color: Dark Goldenrod. HEX triplet: C2, 90 and 02. RGB value is (194,144,2). Sum of RGB (Red+Green+Blue) = 194+144+2=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C29002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29002 is #3D6FFD. Grayscale: #8F8F8F. Windows color (decimal): -4026366 or 168130. OLE color: 168130.

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

Color convert

RGB 194 144 2 -
CMYK 0 0.26 0.99 0.24
HSL 44.38º 0.98% 0.38% -
HSV(B) 44.38º 0.99% 0.76% -
XYZ 32.23 31.42 4.42 -
YUV 142.76 48.57 164.55 -
System Red Green Blue C M Y K H S L
Decimal 194 144 2 0 0.26 0.99 0.24 44.38 0.98 0.38
Hex C2 90 2 0 1A 63 18 2C 62 26
Octal 302 220 2 0 32 143 30 54 142 46
Binary 11000010 10010000 10 0 11010 1100011 11000 101100 1100010 100110

Color Harmonies of #C29002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29002

Black with #C29002

Text Example


Text Example

White with #C29002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29002; }

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

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

background-color css

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

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

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

border-color css

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

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

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