Html Css Color HEX #DABD26 Sunflower

📋 copy color: '#DABD26'

red 218 ◦ green 189 ◦ blue 38

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

Shades of Sunflower #DABD26

Tints of Sunflower #DABD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.54%

R = 48.99%
G = 42.47%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DABD26 (or 0xDABD26) is known color: Sunflower. HEX triplet: DA, BD and 26. RGB value is (218,189,38). Sum of RGB (Red+Green+Blue) = 218+189+38=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD26 is #2542D9. Grayscale: #B5B5B5. Windows color (decimal): -2441946 or 2538970. OLE color: 2538970.

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

Color convert

RGB 218 189 38 -
CMYK 0 0.13 0.83 0.15
HSL 50.33º 0.71% 0.5% -
HSV(B) 50.33º 0.83% 0.85% -
XYZ 47.46 51.44 9.26 -
YUV 180.46 47.61 154.78 -
System Red Green Blue C M Y K H S L
Decimal 218 189 38 0 0.13 0.83 0.15 50.33 0.71 0.5
Hex DA BD 26 0 D 53 F 32 47 32
Octal 332 275 46 0 15 123 17 62 107 62
Binary 11011010 10111101 100110 0 1101 1010011 1111 110010 1000111 110010

Color Harmonies of #DABD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD26

Black with #DABD26

Text Example


Text Example

White with #DABD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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