Html Css Color HEX #C29E02 Buddha Gold

📋 copy color: '#C29E02'

red 194 ◦ green 158 ◦ blue 2

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

Shades of Buddha Gold #C29E02

Tints of Buddha Gold #C29E02

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.63%

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

R = 54.8%
G = 44.63%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C29E02 (or 0xC29E02) is known color: Buddha Gold. HEX triplet: C2, 9E and 02. RGB value is (194,158,2). Sum of RGB (Red+Green+Blue) = 194+158+2=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29E02 is #3D61FD. Grayscale: #979797. Windows color (decimal): -4022782 or 171714. OLE color: 171714.

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

Color convert

RGB 194 158 2 -
CMYK 0 0.19 0.99 0.24
HSL 48.75º 0.98% 0.38% -
HSV(B) 48.75º 0.99% 0.76% -
XYZ 34.49 35.93 5.17 -
YUV 150.98 43.93 158.68 -
System Red Green Blue C M Y K H S L
Decimal 194 158 2 0 0.19 0.99 0.24 48.75 0.98 0.38
Hex C2 9E 2 0 13 63 18 31 62 26
Octal 302 236 2 0 23 143 30 61 142 46
Binary 11000010 10011110 10 0 10011 1100011 11000 110001 1100010 100110

Color Harmonies of #C29E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E02

Black with #C29E02

Text Example


Text Example

White with #C29E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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