Html Css Color HEX #C29A02 Dark Goldenrod

📋 copy color: '#C29A02'

red 194 ◦ green 154 ◦ blue 2

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

Shades of Dark Goldenrod #C29A02

Tints of Dark Goldenrod #C29A02

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44%

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

R = 55.43%
G = 44%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C29A02 (or 0xC29A02) is known color: Dark Goldenrod. HEX triplet: C2, 9A and 02. RGB value is (194,154,2). Sum of RGB (Red+Green+Blue) = 194+154+2=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A02 is #3D65FD. Grayscale: #959595. Windows color (decimal): -4023806 or 170690. OLE color: 170690.

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

Color convert

RGB 194 154 2 -
CMYK 0 0.21 0.99 0.24
HSL 47.5º 0.98% 0.38% -
HSV(B) 47.5º 0.99% 0.76% -
XYZ 33.81 34.58 4.95 -
YUV 148.63 45.25 160.36 -
System Red Green Blue C M Y K H S L
Decimal 194 154 2 0 0.21 0.99 0.24 47.5 0.98 0.38
Hex C2 9A 2 0 15 63 18 30 62 26
Octal 302 232 2 0 25 143 30 60 142 46
Binary 11000010 10011010 10 0 10101 1100011 11000 110000 1100010 100110

Color Harmonies of #C29A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A02

Black with #C29A02

Text Example


Text Example

White with #C29A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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