Html Css Color HEX #C99A1D Buddha Gold

📋 copy color: '#C99A1D'

red 201 ◦ green 154 ◦ blue 29

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

Shades of Buddha Gold #C99A1D

Tints of Buddha Gold #C99A1D

RGB

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

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

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

R = 52.34%
G = 40.1%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C99A1D (or 0xC99A1D) is known color: Buddha Gold. HEX triplet: C9, 9A and 1D. RGB value is (201,154,29). Sum of RGB (Red+Green+Blue) = 201+154+29=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A1D is #3665E2. Grayscale: #9A9A9A. Windows color (decimal): -3565027 or 1940169. OLE color: 1940169.

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

Color convert

RGB 201 154 29 -
CMYK 0 0.23 0.86 0.21
HSL 43.6º 0.75% 0.45% -
HSV(B) 43.6º 0.86% 0.79% -
XYZ 35.86 35.62 6.15 -
YUV 153.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 201 154 29 0 0.23 0.86 0.21 43.6 0.75 0.45
Hex C9 9A 1D 0 17 56 15 2C 4B 2D
Octal 311 232 35 0 27 126 25 54 113 55
Binary 11001001 10011010 11101 0 10111 1010110 10101 101100 1001011 101101

Color Harmonies of #C99A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A1D

Black with #C99A1D

Text Example


Text Example

White with #C99A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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