Html Css Color HEX #CDA805 Buddha Gold

📋 copy color: '#CDA805'

red 205 ◦ green 168 ◦ blue 5

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

Shades of Buddha Gold #CDA805

Tints of Buddha Gold #CDA805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.44%

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

R = 54.23%
G = 44.44%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CDA805 (or 0xCDA805) is known color: Buddha Gold. HEX triplet: CD, A8 and 05. RGB value is (205,168,5). Sum of RGB (Red+Green+Blue) = 205+168+5=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA805 is #3257FA. Grayscale: #A1A1A1. Windows color (decimal): -3299323 or 370893. OLE color: 370893.

HSL color Cylindrical-coordinate representation of color #CDA805: hue angle of 48.9º 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 #CDA805 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 168 5 -
CMYK 0 0.18 0.98 0.20
HSL 48.9º 0.95% 0.41% -
HSV(B) 48.9º 0.98% 0.8% -
XYZ 39.21 41 5.99 -
YUV 160.48 40.26 159.75 -
System Red Green Blue C M Y K H S L
Decimal 205 168 5 0 0.18 0.98 0.20 48.9 0.95 0.41
Hex CD A8 5 0 12 62 14 31 5F 29
Octal 315 250 5 0 22 142 24 61 137 51
Binary 11001101 10101000 101 0 10010 1100010 10100 110001 1011111 101001

Color Harmonies of #CDA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA805

Black with #CDA805

Text Example


Text Example

White with #CDA805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA805; }

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

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

background-color css

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

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

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

border-color css

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

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

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