Html Css Color HEX #C69821 Buddha Gold

📋 copy color: '#C69821'

red 198 ◦ green 152 ◦ blue 33

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

Shades of Buddha Gold #C69821

Tints of Buddha Gold #C69821

RGB

 RED value IS 198 (77.73% from 255) = 51.7%

 GREEN value IS 152 (59.77% from 255) = 39.69%

 BLUE value IS 33 (13.28% from 255) = 8.62%

R = 51.7%
G = 39.69%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C69821 (or 0xC69821) is known color: Buddha Gold. HEX triplet: C6, 98 and 21. RGB value is (198,152,33). Sum of RGB (Red+Green+Blue) = 198+152+33=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C69821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69821 is #3967DE. Grayscale: #989898. Windows color (decimal): -3762143 or 2201798. OLE color: 2201798.

HSL color Cylindrical-coordinate representation of color #C69821: hue angle of 43.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C69821 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 33 -
CMYK 0 0.23 0.83 0.22
HSL 43.27º 0.71% 0.45% -
HSV(B) 43.27º 0.83% 0.78% -
XYZ 34.79 34.57 6.28 -
YUV 152.19 60.74 160.68 -
System Red Green Blue C M Y K H S L
Decimal 198 152 33 0 0.23 0.83 0.22 43.27 0.71 0.45
Hex C6 98 21 0 17 53 16 2B 47 2D
Octal 306 230 41 0 27 123 26 53 107 55
Binary 11000110 10011000 100001 0 10111 1010011 10110 101011 1000111 101101

Color Harmonies of #C69821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69821

Black with #C69821

Text Example


Text Example

White with #C69821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69821; }

 p { color: rgb(198,152,33); }

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

background-color css

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

 a { background-color: rgb(198,152,33); }

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

border-color css

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

 span { border-color: rgb(198,152,33); }

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