Html Css Color HEX #CDA333 Metallic Gold

📋 copy color: '#CDA333'

red 205 ◦ green 163 ◦ blue 51

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

Shades of Metallic Gold #CDA333

Tints of Metallic Gold #CDA333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.17%

R = 48.93%
G = 38.9%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CDA333 (or 0xCDA333) is known color: Metallic Gold. HEX triplet: CD, A3 and 33. RGB value is (205,163,51). Sum of RGB (Red+Green+Blue) = 205+163+51=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA333 is #325CCC. Grayscale: #A3A3A3. Windows color (decimal): -3300557 or 3384269. OLE color: 3384269.

HSL color Cylindrical-coordinate representation of color #CDA333: hue angle of 43.64º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDA333 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 163 51 -
CMYK 0 0.20 0.75 0.20
HSL 43.64º 0.61% 0.5% -
HSV(B) 43.64º 0.75% 0.8% -
XYZ 38.87 39.41 8.69 -
YUV 162.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 205 163 51 0 0.20 0.75 0.20 43.64 0.61 0.5
Hex CD A3 33 0 14 4B 14 2C 3D 32
Octal 315 243 63 0 24 113 24 54 75 62
Binary 11001101 10100011 110011 0 10100 1001011 10100 101100 111101 110010

Color Harmonies of #CDA333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA333

Black with #CDA333

Text Example


Text Example

White with #CDA333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA333; }

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

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

background-color css

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

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

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

border-color css

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

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

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