Html Css Color HEX #CDA706 Buddha Gold

📋 copy color: '#CDA706'

red 205 ◦ green 167 ◦ blue 6

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

Shades of Buddha Gold #CDA706

Tints of Buddha Gold #CDA706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.18%

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

R = 54.23%
G = 44.18%
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

#CDA706 (or 0xCDA706) is known color: Buddha Gold. HEX triplet: CD, A7 and 06. RGB value is (205,167,6). Sum of RGB (Red+Green+Blue) = 205+167+6=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA706 is #3258F9. Grayscale: #A0A0A0. Windows color (decimal): -3299578 or 436173. OLE color: 436173.

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

Color convert

RGB 205 167 6 -
CMYK 0 0.19 0.97 0.20
HSL 48.54º 0.94% 0.41% -
HSV(B) 48.54º 0.97% 0.8% -
XYZ 39.03 40.63 5.96 -
YUV 160.01 41.09 160.09 -
System Red Green Blue C M Y K H S L
Decimal 205 167 6 0 0.19 0.97 0.20 48.54 0.94 0.41
Hex CD A7 6 0 13 61 14 31 5E 29
Octal 315 247 6 0 23 141 24 61 136 51
Binary 11001101 10100111 110 0 10011 1100001 10100 110001 1011110 101001

Color Harmonies of #CDA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA706

Black with #CDA706

Text Example


Text Example

White with #CDA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA706; }

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

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

background-color css

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

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

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

border-color css

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

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

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