Html Css Color HEX #DABC28 Sunflower

📋 copy color: '#DABC28'

red 218 ◦ green 188 ◦ blue 40

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

Shades of Sunflower #DABC28

Tints of Sunflower #DABC28

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.15%

 BLUE value IS 40 (16.02% from 255) = 8.97%

R = 48.88%
G = 42.15%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DABC28 (or 0xDABC28) is known color: Sunflower. HEX triplet: DA, BC and 28. RGB value is (218,188,40). Sum of RGB (Red+Green+Blue) = 218+188+40=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC28 is #2543D7. Grayscale: #B4B4B4. Windows color (decimal): -2442200 or 2669786. OLE color: 2669786.

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

Color convert

RGB 218 188 40 -
CMYK 0 0.14 0.82 0.15
HSL 49.89º 0.71% 0.51% -
HSV(B) 49.89º 0.82% 0.85% -
XYZ 47.28 51.03 9.36 -
YUV 180.1 48.94 155.03 -
System Red Green Blue C M Y K H S L
Decimal 218 188 40 0 0.14 0.82 0.15 49.89 0.71 0.51
Hex DA BC 28 0 E 52 F 32 47 33
Octal 332 274 50 0 16 122 17 62 107 63
Binary 11011010 10111100 101000 0 1110 1010010 1111 110010 1000111 110011

Color Harmonies of #DABC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC28

Black with #DABC28

Text Example


Text Example

White with #DABC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC28; }

 p { color: rgb(218,188,40); }

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

background-color css

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

 a { background-color: rgb(218,188,40); }

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

border-color css

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

 span { border-color: rgb(218,188,40); }

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