Html Css Color HEX #CDA92F Metallic Gold

📋 copy color: '#CDA92F'

red 205 ◦ green 169 ◦ blue 47

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

Shades of Metallic Gold #CDA92F

Tints of Metallic Gold #CDA92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.16%

R = 48.69%
G = 40.14%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDA92F (or 0xCDA92F) is known color: Metallic Gold. HEX triplet: CD, A9 and 2F. RGB value is (205,169,47). Sum of RGB (Red+Green+Blue) = 205+169+47=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA92F is #3256D0. Grayscale: #A6A6A6. Windows color (decimal): -3299025 or 3123661. OLE color: 3123661.

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

Color convert

RGB 205 169 47 -
CMYK 0 0.18 0.77 0.20
HSL 46.33º 0.63% 0.49% -
HSV(B) 46.33º 0.77% 0.8% -
XYZ 39.88 41.56 8.61 -
YUV 165.86 60.93 155.92 -
System Red Green Blue C M Y K H S L
Decimal 205 169 47 0 0.18 0.77 0.20 46.33 0.63 0.49
Hex CD A9 2F 0 12 4D 14 2E 3F 31
Octal 315 251 57 0 22 115 24 56 77 61
Binary 11001101 10101001 101111 0 10010 1001101 10100 101110 111111 110001

Color Harmonies of #CDA92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA92F

Black with #CDA92F

Text Example


Text Example

White with #CDA92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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