Html Css Color HEX #CDA306 Buddha Gold

📋 copy color: '#CDA306'

red 205 ◦ green 163 ◦ blue 6

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

Shades of Buddha Gold #CDA306

Tints of Buddha Gold #CDA306

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.58%

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

R = 54.81%
G = 43.58%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CDA306 (or 0xCDA306) is known color: Buddha Gold. HEX triplet: CD, A3 and 06. RGB value is (205,163,6). Sum of RGB (Red+Green+Blue) = 205+163+6=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA306 is #325CF9. Grayscale: #9E9E9E. Windows color (decimal): -3300602 or 435149. OLE color: 435149.

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

Color convert

RGB 205 163 6 -
CMYK 0 0.20 0.97 0.20
HSL 47.34º 0.94% 0.41% -
HSV(B) 47.34º 0.97% 0.8% -
XYZ 38.31 39.19 5.72 -
YUV 157.66 42.41 161.77 -
System Red Green Blue C M Y K H S L
Decimal 205 163 6 0 0.20 0.97 0.20 47.34 0.94 0.41
Hex CD A3 6 0 14 61 14 2F 5E 29
Octal 315 243 6 0 24 141 24 57 136 51
Binary 11001101 10100011 110 0 10100 1100001 10100 101111 1011110 101001

Color Harmonies of #CDA306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA306

Black with #CDA306

Text Example


Text Example

White with #CDA306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA306; }

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

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

background-color css

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

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

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

border-color css

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

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

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