Html Css Color HEX #DABD11 Sunflower

📋 copy color: '#DABD11'

red 218 ◦ green 189 ◦ blue 17

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

Shades of Sunflower #DABD11

Tints of Sunflower #DABD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.01%

R = 51.42%
G = 44.58%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DABD11 (or 0xDABD11) is known color: Sunflower. HEX triplet: DA, BD and 11. RGB value is (218,189,17). Sum of RGB (Red+Green+Blue) = 218+189+17=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABD11 is #2542EE. Grayscale: #B2B2B2. Windows color (decimal): -2441967 or 1162714. OLE color: 1162714.

HSL color Cylindrical-coordinate representation of color #DABD11: hue angle of 51.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DABD11 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 189 17 -
CMYK 0 0.13 0.92 0.15
HSL 51.34º 0.86% 0.46% -
HSV(B) 51.34º 0.92% 0.85% -
XYZ 47.21 51.34 7.95 -
YUV 178.06 37.11 156.49 -
System Red Green Blue C M Y K H S L
Decimal 218 189 17 0 0.13 0.92 0.15 51.34 0.86 0.46
Hex DA BD 11 0 D 5C F 33 56 2E
Octal 332 275 21 0 15 134 17 63 126 56
Binary 11011010 10111101 10001 0 1101 1011100 1111 110011 1010110 101110

Color Harmonies of #DABD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD11

Black with #DABD11

Text Example


Text Example

White with #DABD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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