Html Css Color HEX #C29F02 Buddha Gold

📋 copy color: '#C29F02'

red 194 ◦ green 159 ◦ blue 2

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

Shades of Buddha Gold #C29F02

Tints of Buddha Gold #C29F02

RGB

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

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

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

R = 54.65%
G = 44.79%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C29F02 (or 0xC29F02) is known color: Buddha Gold. HEX triplet: C2, 9F and 02. RGB value is (194,159,2). Sum of RGB (Red+Green+Blue) = 194+159+2=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29F02 is #3D60FD. Grayscale: #989898. Windows color (decimal): -4022526 or 171970. OLE color: 171970.

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

Color convert

RGB 194 159 2 -
CMYK 0 0.18 0.99 0.24
HSL 49.06º 0.98% 0.38% -
HSV(B) 49.06º 0.99% 0.76% -
XYZ 34.66 36.27 5.23 -
YUV 151.57 43.6 158.27 -
System Red Green Blue C M Y K H S L
Decimal 194 159 2 0 0.18 0.99 0.24 49.06 0.98 0.38
Hex C2 9F 2 0 12 63 18 31 62 26
Octal 302 237 2 0 22 143 30 61 142 46
Binary 11000010 10011111 10 0 10010 1100011 11000 110001 1100010 100110

Color Harmonies of #C29F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F02

Black with #C29F02

Text Example


Text Example

White with #C29F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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