Html Css Color HEX #C9901A Buddha Gold

📋 copy color: '#C9901A'

red 201 ◦ green 144 ◦ blue 26

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

Shades of Buddha Gold #C9901A

Tints of Buddha Gold #C9901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

 BLUE value IS 26 (10.55% from 255) = 7.01%

R = 54.18%
G = 38.81%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9901A (or 0xC9901A) is known color: Buddha Gold. HEX triplet: C9, 90 and 1A. RGB value is (201,144,26). Sum of RGB (Red+Green+Blue) = 201+144+26=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C9901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9901A is #366FE5. Grayscale: #949494. Windows color (decimal): -3567590 or 1741001. OLE color: 1741001.

HSL color Cylindrical-coordinate representation of color #C9901A: hue angle of 40.46º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9901A is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 144 26 -
CMYK 0 0.28 0.87 0.21
HSL 40.46º 0.77% 0.45% -
HSV(B) 40.46º 0.87% 0.79% -
XYZ 34.25 32.44 5.43 -
YUV 147.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 201 144 26 0 0.28 0.87 0.21 40.46 0.77 0.45
Hex C9 90 1A 0 1C 57 15 28 4D 2D
Octal 311 220 32 0 34 127 25 50 115 55
Binary 11001001 10010000 11010 0 11100 1010111 10101 101000 1001101 101101

Color Harmonies of #C9901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9901A

Black with #C9901A

Text Example


Text Example

White with #C9901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9901A; }

 p { color: rgb(201,144,26); }

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

background-color css

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

 a { background-color: rgb(201,144,26); }

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

border-color css

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

 span { border-color: rgb(201,144,26); }

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