Html Css Color HEX #C99A0E Buddha Gold

📋 copy color: '#C99A0E'

red 201 ◦ green 154 ◦ blue 14

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

Shades of Buddha Gold #C99A0E

Tints of Buddha Gold #C99A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.79%

R = 54.47%
G = 41.73%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C99A0E (or 0xC99A0E) is known color: Buddha Gold. HEX triplet: C9, 9A and 0E. RGB value is (201,154,14). Sum of RGB (Red+Green+Blue) = 201+154+14=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99A0E is #3665F1. Grayscale: #989898. Windows color (decimal): -3565042 or 957129. OLE color: 957129.

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

Color convert

RGB 201 154 14 -
CMYK 0 0.23 0.93 0.21
HSL 44.92º 0.87% 0.42% -
HSV(B) 44.92º 0.93% 0.79% -
XYZ 35.72 35.56 5.4 -
YUV 152.09 50.07 162.88 -
System Red Green Blue C M Y K H S L
Decimal 201 154 14 0 0.23 0.93 0.21 44.92 0.87 0.42
Hex C9 9A E 0 17 5D 15 2D 57 2A
Octal 311 232 16 0 27 135 25 55 127 52
Binary 11001001 10011010 1110 0 10111 1011101 10101 101101 1010111 101010

Color Harmonies of #C99A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A0E

Black with #C99A0E

Text Example


Text Example

White with #C99A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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