Html Css Color HEX #C9980B Buddha Gold

📋 copy color: '#C9980B'

red 201 ◦ green 152 ◦ blue 11

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

Shades of Buddha Gold #C9980B

Tints of Buddha Gold #C9980B

RGB

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

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

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

R = 55.22%
G = 41.76%
B = 3.02%

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

#C9980B (or 0xC9980B) is known color: Buddha Gold. HEX triplet: C9, 98 and 0B. RGB value is (201,152,11). Sum of RGB (Red+Green+Blue) = 201+152+11=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9980B is #3667F4. Grayscale: #979797. Windows color (decimal): -3565557 or 760009. OLE color: 760009.

HSL color Cylindrical-coordinate representation of color #C9980B: hue angle of 44.53º 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 #C9980B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 152 11 -
CMYK 0 0.24 0.95 0.21
HSL 44.53º 0.9% 0.42% -
HSV(B) 44.53º 0.95% 0.79% -
XYZ 35.38 34.9 5.19 -
YUV 150.58 49.23 163.96 -
System Red Green Blue C M Y K H S L
Decimal 201 152 11 0 0.24 0.95 0.21 44.53 0.9 0.42
Hex C9 98 B 0 18 5F 15 2D 5A 2A
Octal 311 230 13 0 30 137 25 55 132 52
Binary 11001001 10011000 1011 0 11000 1011111 10101 101101 1011010 101010

Color Harmonies of #C9980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9980B

Black with #C9980B

Text Example


Text Example

White with #C9980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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