Html Css Color HEX #C29D2D Nugget

📋 copy color: '#C29D2D'

red 194 ◦ green 157 ◦ blue 45

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

Shades of Nugget #C29D2D

Tints of Nugget #C29D2D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.65%

 BLUE value IS 45 (17.97% from 255) = 11.36%

R = 48.99%
G = 39.65%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C29D2D (or 0xC29D2D) is known color: Nugget. HEX triplet: C2, 9D and 2D. RGB value is (194,157,45). Sum of RGB (Red+Green+Blue) = 194+157+45=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D2D is #3D62D2. Grayscale: #9B9B9B. Windows color (decimal): -4022995 or 2989506. OLE color: 2989506.

HSL color Cylindrical-coordinate representation of color #C29D2D: hue angle of 45.1º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C29D2D is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 157 45 -
CMYK 0 0.19 0.77 0.24
HSL 45.1º 0.62% 0.47% -
HSV(B) 45.1º 0.77% 0.76% -
XYZ 34.78 35.77 7.55 -
YUV 155.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 194 157 45 0 0.19 0.77 0.24 45.1 0.62 0.47
Hex C2 9D 2D 0 13 4D 18 2D 3E 2F
Octal 302 235 55 0 23 115 30 55 76 57
Binary 11000010 10011101 101101 0 10011 1001101 11000 101101 111110 101111

Color Harmonies of #C29D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29D2D

Black with #C29D2D

Text Example


Text Example

White with #C29D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29D2D; }

 p { color: rgb(194,157,45); }

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

background-color css

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

 a { background-color: rgb(194,157,45); }

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

border-color css

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

 span { border-color: rgb(194,157,45); }

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