Html Css Color HEX #CDA231 Metallic Gold

📋 copy color: '#CDA231'

red 205 ◦ green 162 ◦ blue 49

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

Shades of Metallic Gold #CDA231

Tints of Metallic Gold #CDA231

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.94%

 BLUE value IS 49 (19.53% from 255) = 11.78%

R = 49.28%
G = 38.94%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDA231 (or 0xCDA231) is known color: Metallic Gold. HEX triplet: CD, A2 and 31. RGB value is (205,162,49). Sum of RGB (Red+Green+Blue) = 205+162+49=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA231 is #325DCE. Grayscale: #A2A2A2. Windows color (decimal): -3300815 or 3252941. OLE color: 3252941.

HSL color Cylindrical-coordinate representation of color #CDA231: hue angle of 43.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDA231 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 162 49 -
CMYK 0 0.21 0.76 0.20
HSL 43.46º 0.61% 0.5% -
HSV(B) 43.46º 0.76% 0.8% -
XYZ 38.65 39.04 8.4 -
YUV 161.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 205 162 49 0 0.21 0.76 0.20 43.46 0.61 0.5
Hex CD A2 31 0 15 4C 14 2B 3D 32
Octal 315 242 61 0 25 114 24 53 75 62
Binary 11001101 10100010 110001 0 10101 1001100 10100 101011 111101 110010

Color Harmonies of #CDA231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA231

Black with #CDA231

Text Example


Text Example

White with #CDA231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA231; }

 p { color: rgb(205,162,49); }

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

background-color css

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

 a { background-color: rgb(205,162,49); }

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

border-color css

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

 span { border-color: rgb(205,162,49); }

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