Html Css Color HEX #DAB230 Metallic Gold

📋 copy color: '#DAB230'

red 218 ◦ green 178 ◦ blue 48

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

Shades of Metallic Gold #DAB230

Tints of Metallic Gold #DAB230

RGB

 RED value IS 218 (85.55% from 255) = 49.1%

 GREEN value IS 178 (69.92% from 255) = 40.09%

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

R = 49.1%
G = 40.09%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAB230 (or 0xDAB230) is known color: Metallic Gold. HEX triplet: DA, B2 and 30. RGB value is (218,178,48). Sum of RGB (Red+Green+Blue) = 218+178+48=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB230 is #254DCF. Grayscale: #AFAFAF. Windows color (decimal): -2444752 or 3191514. OLE color: 3191514.

HSL color Cylindrical-coordinate representation of color #DAB230: hue angle of 45.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAB230 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 48 -
CMYK 0 0.18 0.78 0.15
HSL 45.88º 0.7% 0.52% -
HSV(B) 45.88º 0.78% 0.85% -
XYZ 45.37 46.96 9.47 -
YUV 175.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 218 178 48 0 0.18 0.78 0.15 45.88 0.7 0.52
Hex DA B2 30 0 12 4E F 2E 46 34
Octal 332 262 60 0 22 116 17 56 106 64
Binary 11011010 10110010 110000 0 10010 1001110 1111 101110 1000110 110100

Color Harmonies of #DAB230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB230

Black with #DAB230

Text Example


Text Example

White with #DAB230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB230; }

 p { color: rgb(218,178,48); }

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

background-color css

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

 a { background-color: rgb(218,178,48); }

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

border-color css

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

 span { border-color: rgb(218,178,48); }

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