Html Css Color HEX #DABD1F Sunflower

📋 copy color: '#DABD1F'

red 218 ◦ green 189 ◦ blue 31

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

Shades of Sunflower #DABD1F

Tints of Sunflower #DABD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.08%

R = 49.77%
G = 43.15%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DABD1F (or 0xDABD1F) is known color: Sunflower. HEX triplet: DA, BD and 1F. RGB value is (218,189,31). Sum of RGB (Red+Green+Blue) = 218+189+31=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD1F is #2542E0. Grayscale: #B4B4B4. Windows color (decimal): -2441953 or 2080218. OLE color: 2080218.

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

Color convert

RGB 218 189 31 -
CMYK 0 0.13 0.86 0.15
HSL 50.7º 0.75% 0.49% -
HSV(B) 50.7º 0.86% 0.85% -
XYZ 47.36 51.4 8.72 -
YUV 179.66 44.11 155.35 -
System Red Green Blue C M Y K H S L
Decimal 218 189 31 0 0.13 0.86 0.15 50.7 0.75 0.49
Hex DA BD 1F 0 D 56 F 33 4B 31
Octal 332 275 37 0 15 126 17 63 113 61
Binary 11011010 10111101 11111 0 1101 1010110 1111 110011 1001011 110001

Color Harmonies of #DABD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD1F

Black with #DABD1F

Text Example


Text Example

White with #DABD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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