Html Css Color HEX #DABD15 Sunflower

📋 copy color: '#DABD15'

red 218 ◦ green 189 ◦ blue 21

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

Shades of Sunflower #DABD15

Tints of Sunflower #DABD15

RGB

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

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

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

R = 50.93%
G = 44.16%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DABD15 (or 0xDABD15) is known color: Sunflower. HEX triplet: DA, BD and 15. RGB value is (218,189,21). Sum of RGB (Red+Green+Blue) = 218+189+21=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABD15 is #2542EA. Grayscale: #B3B3B3. Windows color (decimal): -2441963 or 1424858. OLE color: 1424858.

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

Color convert

RGB 218 189 21 -
CMYK 0 0.13 0.90 0.15
HSL 51.17º 0.82% 0.47% -
HSV(B) 51.17º 0.9% 0.85% -
XYZ 47.25 51.35 8.13 -
YUV 178.52 39.11 156.16 -
System Red Green Blue C M Y K H S L
Decimal 218 189 21 0 0.13 0.90 0.15 51.17 0.82 0.47
Hex DA BD 15 0 D 5A F 33 52 2F
Octal 332 275 25 0 15 132 17 63 122 57
Binary 11011010 10111101 10101 0 1101 1011010 1111 110011 1010010 101111

Color Harmonies of #DABD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD15

Black with #DABD15

Text Example


Text Example

White with #DABD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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