Html Css Color HEX #CDA33F Metallic Gold

📋 copy color: '#CDA33F'

red 205 ◦ green 163 ◦ blue 63

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

Shades of Metallic Gold #CDA33F

Tints of Metallic Gold #CDA33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.62%

R = 47.56%
G = 37.82%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA33F (or 0xCDA33F) is known color: Metallic Gold. HEX triplet: CD, A3 and 3F. RGB value is (205,163,63). Sum of RGB (Red+Green+Blue) = 205+163+63=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA33F is #325CC0. Grayscale: #A4A4A4. Windows color (decimal): -3300545 or 4170701. OLE color: 4170701.

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

Color convert

RGB 205 163 63 -
CMYK 0 0.20 0.69 0.20
HSL 42.25º 0.59% 0.53% -
HSV(B) 42.25º 0.69% 0.8% -
XYZ 39.17 39.53 10.27 -
YUV 164.16 70.91 157.13 -
System Red Green Blue C M Y K H S L
Decimal 205 163 63 0 0.20 0.69 0.20 42.25 0.59 0.53
Hex CD A3 3F 0 14 45 14 2A 3B 35
Octal 315 243 77 0 24 105 24 52 73 65
Binary 11001101 10100011 111111 0 10100 1000101 10100 101010 111011 110101

Color Harmonies of #CDA33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA33F

Black with #CDA33F

Text Example


Text Example

White with #CDA33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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