Html Css Color HEX #C29F1F Buddha Gold

📋 copy color: '#C29F1F'

red 194 ◦ green 159 ◦ blue 31

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

Shades of Buddha Gold #C29F1F

Tints of Buddha Gold #C29F1F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.41%

 BLUE value IS 31 (12.5% from 255) = 8.07%

R = 50.52%
G = 41.41%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C29F1F (or 0xC29F1F) is known color: Buddha Gold. HEX triplet: C2, 9F and 1F. RGB value is (194,159,31). Sum of RGB (Red+Green+Blue) = 194+159+31=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F1F is #3D60E0. Grayscale: #9B9B9B. Windows color (decimal): -4022497 or 2072514. OLE color: 2072514.

HSL color Cylindrical-coordinate representation of color #C29F1F: hue angle of 47.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C29F1F is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 159 31 -
CMYK 0 0.18 0.84 0.24
HSL 47.12º 0.72% 0.44% -
HSV(B) 47.12º 0.84% 0.76% -
XYZ 34.89 36.36 6.48 -
YUV 154.87 58.1 155.91 -
System Red Green Blue C M Y K H S L
Decimal 194 159 31 0 0.18 0.84 0.24 47.12 0.72 0.44
Hex C2 9F 1F 0 12 54 18 2F 48 2C
Octal 302 237 37 0 22 124 30 57 110 54
Binary 11000010 10011111 11111 0 10010 1010100 11000 101111 1001000 101100

Color Harmonies of #C29F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F1F

Black with #C29F1F

Text Example


Text Example

White with #C29F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F1F; }

 p { color: rgb(194,159,31); }

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

background-color css

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

 a { background-color: rgb(194,159,31); }

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

border-color css

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

 span { border-color: rgb(194,159,31); }

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