Html Css Color HEX #C29702 Dark Goldenrod

📋 copy color: '#C29702'

red 194 ◦ green 151 ◦ blue 2

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

Shades of Dark Goldenrod #C29702

Tints of Dark Goldenrod #C29702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.52%

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

R = 55.91%
G = 43.52%
B = 0.58%

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

#C29702 (or 0xC29702) is known color: Dark Goldenrod. HEX triplet: C2, 97 and 02. RGB value is (194,151,2). Sum of RGB (Red+Green+Blue) = 194+151+2=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C29702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29702 is #3D68FD. Grayscale: #939393. Windows color (decimal): -4024574 or 169922. OLE color: 169922.

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

Color convert

RGB 194 151 2 -
CMYK 0 0.22 0.99 0.24
HSL 46.56º 0.98% 0.38% -
HSV(B) 46.56º 0.99% 0.76% -
XYZ 33.33 33.61 4.79 -
YUV 146.87 46.25 161.62 -
System Red Green Blue C M Y K H S L
Decimal 194 151 2 0 0.22 0.99 0.24 46.56 0.98 0.38
Hex C2 97 2 0 16 63 18 2F 62 26
Octal 302 227 2 0 26 143 30 57 142 46
Binary 11000010 10010111 10 0 10110 1100011 11000 101111 1100010 100110

Color Harmonies of #C29702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29702

Black with #C29702

Text Example


Text Example

White with #C29702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29702; }

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

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

background-color css

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

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

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

border-color css

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

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

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