Html Css Color HEX #DABC1A Sunflower

📋 copy color: '#DABC1A'

red 218 ◦ green 188 ◦ blue 26

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

Shades of Sunflower #DABC1A

Tints of Sunflower #DABC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.02%

R = 50.46%
G = 43.52%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DABC1A (or 0xDABC1A) is known color: Sunflower. HEX triplet: DA, BC and 1A. RGB value is (218,188,26). Sum of RGB (Red+Green+Blue) = 218+188+26=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC1A is #2543E5. Grayscale: #B3B3B3. Windows color (decimal): -2442214 or 1752282. OLE color: 1752282.

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

Color convert

RGB 218 188 26 -
CMYK 0 0.14 0.88 0.15
HSL 50.63º 0.79% 0.48% -
HSV(B) 50.63º 0.88% 0.85% -
XYZ 47.08 50.95 8.33 -
YUV 178.5 41.94 156.17 -
System Red Green Blue C M Y K H S L
Decimal 218 188 26 0 0.14 0.88 0.15 50.63 0.79 0.48
Hex DA BC 1A 0 E 58 F 33 4F 30
Octal 332 274 32 0 16 130 17 63 117 60
Binary 11011010 10111100 11010 0 1110 1011000 1111 110011 1001111 110000

Color Harmonies of #DABC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC1A

Black with #DABC1A

Text Example


Text Example

White with #DABC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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