Html Css Color HEX #C99F1D Buddha Gold

📋 copy color: '#C99F1D'

red 201 ◦ green 159 ◦ blue 29

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

Shades of Buddha Gold #C99F1D

Tints of Buddha Gold #C99F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.46%

R = 51.67%
G = 40.87%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C99F1D (or 0xC99F1D) is known color: Buddha Gold. HEX triplet: C9, 9F and 1D. RGB value is (201,159,29). Sum of RGB (Red+Green+Blue) = 201+159+29=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99F1D is #3660E2. Grayscale: #9D9D9D. Windows color (decimal): -3563747 or 1941449. OLE color: 1941449.

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

Color convert

RGB 201 159 29 -
CMYK 0 0.21 0.86 0.21
HSL 45.35º 0.75% 0.45% -
HSV(B) 45.35º 0.86% 0.79% -
XYZ 36.71 37.3 6.43 -
YUV 156.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 201 159 29 0 0.21 0.86 0.21 45.35 0.75 0.45
Hex C9 9F 1D 0 15 56 15 2D 4B 2D
Octal 311 237 35 0 25 126 25 55 113 55
Binary 11001001 10011111 11101 0 10101 1010110 10101 101101 1001011 101101

Color Harmonies of #C99F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F1D

Black with #C99F1D

Text Example


Text Example

White with #C99F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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