Html Css Color HEX #CDA738 Metallic Gold

📋 copy color: '#CDA738'

red 205 ◦ green 167 ◦ blue 56

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

Shades of Metallic Gold #CDA738

Tints of Metallic Gold #CDA738

RGB

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

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

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

R = 47.9%
G = 39.02%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDA738 (or 0xCDA738) is known color: Metallic Gold. HEX triplet: CD, A7 and 38. RGB value is (205,167,56). Sum of RGB (Red+Green+Blue) = 205+167+56=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA738 is #3258C7. Grayscale: #A6A6A6. Windows color (decimal): -3299528 or 3712973. OLE color: 3712973.

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

Color convert

RGB 205 167 56 -
CMYK 0 0.19 0.73 0.20
HSL 44.7º 0.6% 0.51% -
HSV(B) 44.7º 0.73% 0.8% -
XYZ 39.71 40.9 9.54 -
YUV 165.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 205 167 56 0 0.19 0.73 0.20 44.7 0.6 0.51
Hex CD A7 38 0 13 49 14 2D 3C 33
Octal 315 247 70 0 23 111 24 55 74 63
Binary 11001101 10100111 111000 0 10011 1001001 10100 101101 111100 110011

Color Harmonies of #CDA738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA738

Black with #CDA738

Text Example


Text Example

White with #CDA738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA738; }

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

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

background-color css

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

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

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

border-color css

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

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

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