#CDA33B

Color #CDA33B Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #CDA33B

Tints of Metallic Gold #CDA33B

Color information

#CDA33B (or 0xCDA33B) is unknown color: approx Metallic Gold. HEX triplet: CD, A3 and 3B. RGB value is (205,163,59). Sum of RGB (Red+Green+Blue) = 205+163+59=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA33B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA33B is #325CC4. Grayscale: #A4A4A4. Windows color (decimal): -3300549 or 3908557. OLE color: 3908557.

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

Color convert

RGB20516359-
CMYK00.200.710.20
HSL42.74º59.35%51.76%-
HSV(B)42.74º71.22%80.39%-
XYZ39.0639.499.7-
YUV163.768.91157.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 59 (23.44% from 255) = 13.82%
R=48.01%
G=38.17%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051635900.200.710.2042.7459.3551.76
HexCDA33B01447142b3b34
Octal3152437302410724537364
Binary1100110110100011111011010100100011110100101011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA33B; }

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

 H1.HeaderClassName
 {
   color: #CDA33B;
 }
 .AnyTagClassName
 {
   color: #CDA33B;
 }
</style>
background-color css

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

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

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

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

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

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