Html Css Color HEX #C29B05 Buddha Gold

📋 copy color: '#C29B05'

red 194 ◦ green 155 ◦ blue 5

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

Shades of Buddha Gold #C29B05

Tints of Buddha Gold #C29B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.79%

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 54.8%
G = 43.79%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C29B05 (or 0xC29B05) is known color: Buddha Gold. HEX triplet: C2, 9B and 05. RGB value is (194,155,5). Sum of RGB (Red+Green+Blue) = 194+155+5=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29B05 is #3D64FA. Grayscale: #969696. Windows color (decimal): -4023547 or 367554. OLE color: 367554.

HSL color Cylindrical-coordinate representation of color #C29B05: hue angle of 47.62º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C29B05 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 155 5 -
CMYK 0 0.20 0.97 0.24
HSL 47.62º 0.95% 0.39% -
HSV(B) 47.62º 0.97% 0.76% -
XYZ 34 34.92 5.09 -
YUV 149.56 46.42 159.7 -
System Red Green Blue C M Y K H S L
Decimal 194 155 5 0 0.20 0.97 0.24 47.62 0.95 0.39
Hex C2 9B 5 0 14 61 18 30 5F 27
Octal 302 233 5 0 24 141 30 60 137 47
Binary 11000010 10011011 101 0 10100 1100001 11000 110000 1011111 100111

Color Harmonies of #C29B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B05

Black with #C29B05

Text Example


Text Example

White with #C29B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B05; }

 p { color: rgb(194,155,5); }

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

background-color css

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

 a { background-color: rgb(194,155,5); }

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

border-color css

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

 span { border-color: rgb(194,155,5); }

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