Html Css Color HEX #DAB218 Sunflower

📋 copy color: '#DAB218'

red 218 ◦ green 178 ◦ blue 24

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

Shades of Sunflower #DAB218

Tints of Sunflower #DAB218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.71%

R = 51.9%
G = 42.38%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAB218 (or 0xDAB218) is known color: Sunflower. HEX triplet: DA, B2 and 18. RGB value is (218,178,24). Sum of RGB (Red+Green+Blue) = 218+178+24=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB218 is #254DE7. Grayscale: #ADADAD. Windows color (decimal): -2444776 or 1618650. OLE color: 1618650.

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

Color convert

RGB 218 178 24 -
CMYK 0 0.18 0.89 0.15
HSL 47.63º 0.8% 0.47% -
HSV(B) 47.63º 0.89% 0.85% -
XYZ 45 46.81 7.53 -
YUV 172.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 218 178 24 0 0.18 0.89 0.15 47.63 0.8 0.47
Hex DA B2 18 0 12 59 F 30 50 2F
Octal 332 262 30 0 22 131 17 60 120 57
Binary 11011010 10110010 11000 0 10010 1011001 1111 110000 1010000 101111

Color Harmonies of #DAB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB218

Black with #DAB218

Text Example


Text Example

White with #DAB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB218; }

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

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

background-color css

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

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

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

border-color css

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

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

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