Html Css Color HEX #CDA938 Metallic Gold

📋 copy color: '#CDA938'

red 205 ◦ green 169 ◦ blue 56

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

Shades of Metallic Gold #CDA938

Tints of Metallic Gold #CDA938

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.3%

 BLUE value IS 56 (22.27% from 255) = 13.02%

R = 47.67%
G = 39.3%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDA938 (or 0xCDA938) is known color: Metallic Gold. HEX triplet: CD, A9 and 38. RGB value is (205,169,56). Sum of RGB (Red+Green+Blue) = 205+169+56=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA938 is #3256C7. Grayscale: #A7A7A7. Windows color (decimal): -3299016 or 3713485. OLE color: 3713485.

HSL color Cylindrical-coordinate representation of color #CDA938: hue angle of 45.5º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDA938 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 169 56 -
CMYK 0 0.18 0.73 0.20
HSL 45.5º 0.6% 0.51% -
HSV(B) 45.5º 0.73% 0.8% -
XYZ 40.08 41.64 9.67 -
YUV 166.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 205 169 56 0 0.18 0.73 0.20 45.5 0.6 0.51
Hex CD A9 38 0 12 49 14 2E 3C 33
Octal 315 251 70 0 22 111 24 56 74 63
Binary 11001101 10101001 111000 0 10010 1001001 10100 101110 111100 110011

Color Harmonies of #CDA938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA938

Black with #CDA938

Text Example


Text Example

White with #CDA938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA938; }

 p { color: rgb(205,169,56); }

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

background-color css

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

 a { background-color: rgb(205,169,56); }

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

border-color css

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

 span { border-color: rgb(205,169,56); }

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