Html Css Color HEX #CDA411 Buddha Gold

📋 copy color: '#CDA411'

red 205 ◦ green 164 ◦ blue 17

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

Shades of Buddha Gold #CDA411

Tints of Buddha Gold #CDA411

RGB

 RED value IS 205 (80.47% from 255) = 53.11%

 GREEN value IS 164 (64.45% from 255) = 42.49%

 BLUE value IS 17 (7.03% from 255) = 4.4%

R = 53.11%
G = 42.49%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CDA411 (or 0xCDA411) is known color: Buddha Gold. HEX triplet: CD, A4 and 11. RGB value is (205,164,17). Sum of RGB (Red+Green+Blue) = 205+164+17=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA411 is #325BEE. Grayscale: #A0A0A0. Windows color (decimal): -3300335 or 1156301. OLE color: 1156301.

HSL color Cylindrical-coordinate representation of color #CDA411: hue angle of 46.91º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDA411 is Cyan = 0, Magento = 0.2, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 164 17 -
CMYK 0 0.2 0.92 0.20
HSL 46.91º 0.85% 0.44% -
HSV(B) 46.91º 0.92% 0.8% -
XYZ 38.55 39.57 6.14 -
YUV 159.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 205 164 17 0 0.2 0.92 0.20 46.91 0.85 0.44
Hex CD A4 11 0 14 5C 14 2F 55 2C
Octal 315 244 21 0 24 134 24 57 125 54
Binary 11001101 10100100 10001 0 10100 1011100 10100 101111 1010101 101100

Color Harmonies of #CDA411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA411

Black with #CDA411

Text Example


Text Example

White with #CDA411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA411; }

 p { color: rgb(205,164,17); }

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

background-color css

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

 a { background-color: rgb(205,164,17); }

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

border-color css

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

 span { border-color: rgb(205,164,17); }

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