Html Css Color HEX #CDA107 Buddha Gold

📋 copy color: '#CDA107'

red 205 ◦ green 161 ◦ blue 7

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

Shades of Buddha Gold #CDA107

Tints of Buddha Gold #CDA107

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.16%

 BLUE value IS 7 (3.13% from 255) = 1.88%

R = 54.96%
G = 43.16%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CDA107 (or 0xCDA107) is known color: Buddha Gold. HEX triplet: CD, A1 and 07. RGB value is (205,161,7). Sum of RGB (Red+Green+Blue) = 205+161+7=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA107 is #325EF8. Grayscale: #9D9D9D. Windows color (decimal): -3301113 or 500173. OLE color: 500173.

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

Color convert

RGB 205 161 7 -
CMYK 0 0.21 0.97 0.20
HSL 46.67º 0.93% 0.42% -
HSV(B) 46.67º 0.97% 0.8% -
XYZ 37.96 38.48 5.63 -
YUV 156.6 43.58 162.52 -
System Red Green Blue C M Y K H S L
Decimal 205 161 7 0 0.21 0.97 0.20 46.67 0.93 0.42
Hex CD A1 7 0 15 61 14 2F 5D 2A
Octal 315 241 7 0 25 141 24 57 135 52
Binary 11001101 10100001 111 0 10101 1100001 10100 101111 1011101 101010

Color Harmonies of #CDA107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA107

Black with #CDA107

Text Example


Text Example

White with #CDA107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA107; }

 p { color: rgb(205,161,7); }

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

background-color css

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

 a { background-color: rgb(205,161,7); }

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

border-color css

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

 span { border-color: rgb(205,161,7); }

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