Html Css Color HEX #DABC25 Sunflower

📋 copy color: '#DABC25'

red 218 ◦ green 188 ◦ blue 37

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

Shades of Sunflower #DABC25

Tints of Sunflower #DABC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.35%

R = 49.21%
G = 42.44%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DABC25 (or 0xDABC25) is known color: Sunflower. HEX triplet: DA, BC and 25. RGB value is (218,188,37). Sum of RGB (Red+Green+Blue) = 218+188+37=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC25 is #2543DA. Grayscale: #B4B4B4. Windows color (decimal): -2442203 or 2473178. OLE color: 2473178.

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

Color convert

RGB 218 188 37 -
CMYK 0 0.14 0.83 0.15
HSL 50.06º 0.71% 0.5% -
HSV(B) 50.06º 0.83% 0.85% -
XYZ 47.23 51.01 9.11 -
YUV 179.76 47.44 155.28 -
System Red Green Blue C M Y K H S L
Decimal 218 188 37 0 0.14 0.83 0.15 50.06 0.71 0.5
Hex DA BC 25 0 E 53 F 32 47 32
Octal 332 274 45 0 16 123 17 62 107 62
Binary 11011010 10111100 100101 0 1110 1010011 1111 110010 1000111 110010

Color Harmonies of #DABC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC25

Black with #DABC25

Text Example


Text Example

White with #DABC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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