Html Css Color HEX #CDA606 Buddha Gold

📋 copy color: '#CDA606'

red 205 ◦ green 166 ◦ blue 6

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

Shades of Buddha Gold #CDA606

Tints of Buddha Gold #CDA606

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.03%

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 54.38%
G = 44.03%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CDA606 (or 0xCDA606) is known color: Buddha Gold. HEX triplet: CD, A6 and 06. RGB value is (205,166,6). Sum of RGB (Red+Green+Blue) = 205+166+6=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA606 is #3259F9. Grayscale: #A0A0A0. Windows color (decimal): -3299834 or 435917. OLE color: 435917.

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

Color convert

RGB 205 166 6 -
CMYK 0 0.19 0.97 0.20
HSL 48.24º 0.94% 0.41% -
HSV(B) 48.24º 0.97% 0.8% -
XYZ 38.85 40.26 5.9 -
YUV 159.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 205 166 6 0 0.19 0.97 0.20 48.24 0.94 0.41
Hex CD A6 6 0 13 61 14 30 5E 29
Octal 315 246 6 0 23 141 24 60 136 51
Binary 11001101 10100110 110 0 10011 1100001 10100 110000 1011110 101001

Color Harmonies of #CDA606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA606

Black with #CDA606

Text Example


Text Example

White with #CDA606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA606; }

 p { color: rgb(205,166,6); }

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

background-color css

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

 a { background-color: rgb(205,166,6); }

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

border-color css

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

 span { border-color: rgb(205,166,6); }

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