Html Css Color HEX #DAB415 Sunflower

📋 copy color: '#DAB415'

red 218 ◦ green 180 ◦ blue 21

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

Shades of Sunflower #DAB415

Tints of Sunflower #DAB415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.01%

R = 52.03%
G = 42.96%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAB415 (or 0xDAB415) is known color: Sunflower. HEX triplet: DA, B4 and 15. RGB value is (218,180,21). Sum of RGB (Red+Green+Blue) = 218+180+21=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB415 is #254BEA. Grayscale: #ADADAD. Windows color (decimal): -2444267 or 1422554. OLE color: 1422554.

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

Color convert

RGB 218 180 21 -
CMYK 0 0.17 0.90 0.15
HSL 48.43º 0.82% 0.47% -
HSV(B) 48.43º 0.9% 0.85% -
XYZ 45.37 47.6 7.51 -
YUV 173.24 42.09 159.93 -
System Red Green Blue C M Y K H S L
Decimal 218 180 21 0 0.17 0.90 0.15 48.43 0.82 0.47
Hex DA B4 15 0 11 5A F 30 52 2F
Octal 332 264 25 0 21 132 17 60 122 57
Binary 11011010 10110100 10101 0 10001 1011010 1111 110000 1010010 101111

Color Harmonies of #DAB415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB415

Black with #DAB415

Text Example


Text Example

White with #DAB415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB415; }

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

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

background-color css

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

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

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

border-color css

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

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

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