Html Css Color HEX #DABD18 Sunflower

📋 copy color: '#DABD18'

red 218 ◦ green 189 ◦ blue 24

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

Shades of Sunflower #DABD18

Tints of Sunflower #DABD18

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

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

R = 50.58%
G = 43.85%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DABD18 (or 0xDABD18) is known color: Sunflower. HEX triplet: DA, BD and 18. RGB value is (218,189,24). Sum of RGB (Red+Green+Blue) = 218+189+24=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABD18 is #2542E7. Grayscale: #B3B3B3. Windows color (decimal): -2441960 or 1621466. OLE color: 1621466.

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

Color convert

RGB 218 189 24 -
CMYK 0 0.13 0.89 0.15
HSL 51.03º 0.8% 0.47% -
HSV(B) 51.03º 0.89% 0.85% -
XYZ 47.28 51.37 8.29 -
YUV 178.86 40.61 155.92 -
System Red Green Blue C M Y K H S L
Decimal 218 189 24 0 0.13 0.89 0.15 51.03 0.8 0.47
Hex DA BD 18 0 D 59 F 33 50 2F
Octal 332 275 30 0 15 131 17 63 120 57
Binary 11011010 10111101 11000 0 1101 1011001 1111 110011 1010000 101111

Color Harmonies of #DABD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD18

Black with #DABD18

Text Example


Text Example

White with #DABD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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