Html Css Color HEX #CDA330 Metallic Gold

📋 copy color: '#CDA330'

red 205 ◦ green 163 ◦ blue 48

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

Shades of Metallic Gold #CDA330

Tints of Metallic Gold #CDA330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.18%

 BLUE value IS 48 (19.14% from 255) = 11.54%

R = 49.28%
G = 39.18%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDA330 (or 0xCDA330) is known color: Metallic Gold. HEX triplet: CD, A3 and 30. RGB value is (205,163,48). Sum of RGB (Red+Green+Blue) = 205+163+48=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA330 is #325CCF. Grayscale: #A2A2A2. Windows color (decimal): -3300560 or 3187661. OLE color: 3187661.

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

Color convert

RGB 205 163 48 -
CMYK 0 0.20 0.77 0.20
HSL 43.95º 0.62% 0.5% -
HSV(B) 43.95º 0.77% 0.8% -
XYZ 38.81 39.39 8.35 -
YUV 162.45 63.41 158.35 -
System Red Green Blue C M Y K H S L
Decimal 205 163 48 0 0.20 0.77 0.20 43.95 0.62 0.5
Hex CD A3 30 0 14 4D 14 2C 3E 32
Octal 315 243 60 0 24 115 24 54 76 62
Binary 11001101 10100011 110000 0 10100 1001101 10100 101100 111110 110010

Color Harmonies of #CDA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA330

Black with #CDA330

Text Example


Text Example

White with #CDA330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA330; }

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

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

background-color css

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

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

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

border-color css

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

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

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