Html Css Color HEX #C99F03 Buddha Gold

📋 copy color: '#C99F03'

red 201 ◦ green 159 ◦ blue 3

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

Shades of Buddha Gold #C99F03

Tints of Buddha Gold #C99F03

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.8%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 55.37%
G = 43.8%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C99F03 (or 0xC99F03) is known color: Buddha Gold. HEX triplet: C9, 9F and 03. RGB value is (201,159,3). Sum of RGB (Red+Green+Blue) = 201+159+3=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99F03 is #3660FC. Grayscale: #9A9A9A. Windows color (decimal): -3563773 or 237513. OLE color: 237513.

HSL color Cylindrical-coordinate representation of color #C99F03: hue angle of 47.27º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C99F03 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 159 3 -
CMYK 0 0.21 0.99 0.21
HSL 47.27º 0.97% 0.4% -
HSV(B) 47.27º 0.99% 0.79% -
XYZ 36.5 37.22 5.35 -
YUV 153.77 42.91 161.68 -
System Red Green Blue C M Y K H S L
Decimal 201 159 3 0 0.21 0.99 0.21 47.27 0.97 0.4
Hex C9 9F 3 0 15 63 15 2F 61 28
Octal 311 237 3 0 25 143 25 57 141 50
Binary 11001001 10011111 11 0 10101 1100011 10101 101111 1100001 101000

Color Harmonies of #C99F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F03

Black with #C99F03

Text Example


Text Example

White with #C99F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F03; }

 p { color: rgb(201,159,3); }

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

background-color css

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

 a { background-color: rgb(201,159,3); }

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

border-color css

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

 span { border-color: rgb(201,159,3); }

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