Html Css Color HEX #C9990B Buddha Gold

📋 copy color: '#C9990B'

red 201 ◦ green 153 ◦ blue 11

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

Shades of Buddha Gold #C9990B

Tints of Buddha Gold #C9990B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.92%

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 55.07%
G = 41.92%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9990B (or 0xC9990B) is known color: Buddha Gold. HEX triplet: C9, 99 and 0B. RGB value is (201,153,11). Sum of RGB (Red+Green+Blue) = 201+153+11=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9990B is #3666F4. Grayscale: #979797. Windows color (decimal): -3565301 or 760265. OLE color: 760265.

HSL color Cylindrical-coordinate representation of color #C9990B: hue angle of 44.84º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9990B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 153 11 -
CMYK 0 0.24 0.95 0.21
HSL 44.84º 0.9% 0.42% -
HSV(B) 44.84º 0.95% 0.79% -
XYZ 35.54 35.22 5.24 -
YUV 151.16 48.9 163.55 -
System Red Green Blue C M Y K H S L
Decimal 201 153 11 0 0.24 0.95 0.21 44.84 0.9 0.42
Hex C9 99 B 0 18 5F 15 2D 5A 2A
Octal 311 231 13 0 30 137 25 55 132 52
Binary 11001001 10011001 1011 0 11000 1011111 10101 101101 1011010 101010

Color Harmonies of #C9990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9990B

Black with #C9990B

Text Example


Text Example

White with #C9990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9990B; }

 p { color: rgb(201,153,11); }

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

background-color css

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

 a { background-color: rgb(201,153,11); }

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

border-color css

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

 span { border-color: rgb(201,153,11); }

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