Html Css Color HEX #DAB618 Sunflower

📋 copy color: '#DAB618'

red 218 ◦ green 182 ◦ blue 24

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

Shades of Sunflower #DAB618

Tints of Sunflower #DAB618

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.92%

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

R = 51.42%
G = 42.92%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAB618 (or 0xDAB618) is known color: Sunflower. HEX triplet: DA, B6 and 18. RGB value is (218,182,24). Sum of RGB (Red+Green+Blue) = 218+182+24=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB618 is #2549E7. Grayscale: #AFAFAF. Windows color (decimal): -2443752 or 1619674. OLE color: 1619674.

HSL color Cylindrical-coordinate representation of color #DAB618: hue angle of 48.87º 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 #DAB618 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 182 24 -
CMYK 0 0.17 0.89 0.15
HSL 48.87º 0.8% 0.47% -
HSV(B) 48.87º 0.89% 0.85% -
XYZ 45.81 48.43 7.8 -
YUV 174.75 42.93 158.85 -
System Red Green Blue C M Y K H S L
Decimal 218 182 24 0 0.17 0.89 0.15 48.87 0.8 0.47
Hex DA B6 18 0 11 59 F 31 50 2F
Octal 332 266 30 0 21 131 17 61 120 57
Binary 11011010 10110110 11000 0 10001 1011001 1111 110001 1010000 101111

Color Harmonies of #DAB618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB618

Black with #DAB618

Text Example


Text Example

White with #DAB618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB618; }

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

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

background-color css

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

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

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

border-color css

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

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

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