Html Css Color HEX #C29802 Dark Goldenrod

📋 copy color: '#C29802'

red 194 ◦ green 152 ◦ blue 2

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

Shades of Dark Goldenrod #C29802

Tints of Dark Goldenrod #C29802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

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

R = 55.75%
G = 43.68%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C29802 (or 0xC29802) is known color: Dark Goldenrod. HEX triplet: C2, 98 and 02. RGB value is (194,152,2). Sum of RGB (Red+Green+Blue) = 194+152+2=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C29802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29802 is #3D67FD. Grayscale: #949494. Windows color (decimal): -4024318 or 170178. OLE color: 170178.

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

Color convert

RGB 194 152 2 -
CMYK 0 0.22 0.99 0.24
HSL 46.88º 0.98% 0.38% -
HSV(B) 46.88º 0.99% 0.76% -
XYZ 33.49 33.93 4.84 -
YUV 147.46 45.91 161.2 -
System Red Green Blue C M Y K H S L
Decimal 194 152 2 0 0.22 0.99 0.24 46.88 0.98 0.38
Hex C2 98 2 0 16 63 18 2F 62 26
Octal 302 230 2 0 26 143 30 57 142 46
Binary 11000010 10011000 10 0 10110 1100011 11000 101111 1100010 100110

Color Harmonies of #C29802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29802

Black with #C29802

Text Example


Text Example

White with #C29802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29802; }

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

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

background-color css

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

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

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

border-color css

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

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

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