Html Css Color HEX #CDA605 Buddha Gold

📋 copy color: '#CDA605'

red 205 ◦ green 166 ◦ blue 5

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

Shades of Buddha Gold #CDA605

Tints of Buddha Gold #CDA605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 54.52%
G = 44.15%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CDA605 (or 0xCDA605) is known color: Buddha Gold. HEX triplet: CD, A6 and 05. RGB value is (205,166,5). Sum of RGB (Red+Green+Blue) = 205+166+5=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA605 is #3259FA. Grayscale: #9F9F9F. Windows color (decimal): -3299835 or 370381. OLE color: 370381.

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

Color convert

RGB 205 166 5 -
CMYK 0 0.19 0.98 0.20
HSL 48.3º 0.95% 0.41% -
HSV(B) 48.3º 0.98% 0.8% -
XYZ 38.84 40.26 5.87 -
YUV 159.31 40.92 160.59 -
System Red Green Blue C M Y K H S L
Decimal 205 166 5 0 0.19 0.98 0.20 48.3 0.95 0.41
Hex CD A6 5 0 13 62 14 30 5F 29
Octal 315 246 5 0 23 142 24 60 137 51
Binary 11001101 10100110 101 0 10011 1100010 10100 110000 1011111 101001

Color Harmonies of #CDA605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA605

Black with #CDA605

Text Example


Text Example

White with #CDA605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA605; }

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

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

background-color css

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

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

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

border-color css

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

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

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