Html Css Color HEX #DAB427 Gold Tips

📋 copy color: '#DAB427'

red 218 ◦ green 180 ◦ blue 39

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

Shades of Gold Tips #DAB427

Tints of Gold Tips #DAB427

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.19%

 BLUE value IS 39 (15.63% from 255) = 8.92%

R = 49.89%
G = 41.19%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAB427 (or 0xDAB427) is known color: Gold Tips. HEX triplet: DA, B4 and 27. RGB value is (218,180,39). Sum of RGB (Red+Green+Blue) = 218+180+39=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 39 (15.62% from 255 or 8.92% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB427 is #254BD8. Grayscale: #AFAFAF. Windows color (decimal): -2444249 or 2602202. OLE color: 2602202.

HSL color Cylindrical-coordinate representation of color #DAB427: hue angle of 47.26º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAB427 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 39 -
CMYK 0 0.17 0.82 0.15
HSL 47.26º 0.71% 0.5% -
HSV(B) 47.26º 0.82% 0.85% -
XYZ 45.6 47.69 8.72 -
YUV 175.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 218 180 39 0 0.17 0.82 0.15 47.26 0.71 0.5
Hex DA B4 27 0 11 52 F 2F 47 32
Octal 332 264 47 0 21 122 17 57 107 62
Binary 11011010 10110100 100111 0 10001 1010010 1111 101111 1000111 110010

Color Harmonies of #DAB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB427

Black with #DAB427

Text Example


Text Example

White with #DAB427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB427; }

 p { color: rgb(218,180,39); }

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

background-color css

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

 a { background-color: rgb(218,180,39); }

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

border-color css

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

 span { border-color: rgb(218,180,39); }

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