Html Css Color HEX #C99A21 Buddha Gold

📋 copy color: '#C99A21'

red 201 ◦ green 154 ◦ blue 33

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

Shades of Buddha Gold #C99A21

Tints of Buddha Gold #C99A21

RGB

 RED value IS 201 (78.91% from 255) = 51.8%

 GREEN value IS 154 (60.55% from 255) = 39.69%

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

R = 51.8%
G = 39.69%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C99A21 (or 0xC99A21) is known color: Buddha Gold. HEX triplet: C9, 9A and 21. RGB value is (201,154,33). Sum of RGB (Red+Green+Blue) = 201+154+33=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A21 is #3665DE. Grayscale: #9A9A9A. Windows color (decimal): -3565023 or 2202313. OLE color: 2202313.

HSL color Cylindrical-coordinate representation of color #C99A21: hue angle of 43.21º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C99A21 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 154 33 -
CMYK 0 0.23 0.84 0.21
HSL 43.21º 0.72% 0.46% -
HSV(B) 43.21º 0.84% 0.79% -
XYZ 35.92 35.64 6.42 -
YUV 154.26 59.57 161.34 -
System Red Green Blue C M Y K H S L
Decimal 201 154 33 0 0.23 0.84 0.21 43.21 0.72 0.46
Hex C9 9A 21 0 17 54 15 2B 48 2E
Octal 311 232 41 0 27 124 25 53 110 56
Binary 11001001 10011010 100001 0 10111 1010100 10101 101011 1001000 101110

Color Harmonies of #C99A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A21

Black with #C99A21

Text Example


Text Example

White with #C99A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A21; }

 p { color: rgb(201,154,33); }

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

background-color css

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

 a { background-color: rgb(201,154,33); }

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

border-color css

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

 span { border-color: rgb(201,154,33); }

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