Html Css Color HEX #DABC1E Sunflower

📋 copy color: '#DABC1E'

red 218 ◦ green 188 ◦ blue 30

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

Shades of Sunflower #DABC1E

Tints of Sunflower #DABC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.88%

R = 50%
G = 43.12%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DABC1E (or 0xDABC1E) is known color: Sunflower. HEX triplet: DA, BC and 1E. RGB value is (218,188,30). Sum of RGB (Red+Green+Blue) = 218+188+30=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC1E is #2543E1. Grayscale: #B3B3B3. Windows color (decimal): -2442210 or 2014426. OLE color: 2014426.

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

Color convert

RGB 218 188 30 -
CMYK 0 0.14 0.86 0.15
HSL 50.43º 0.76% 0.49% -
HSV(B) 50.43º 0.86% 0.85% -
XYZ 47.13 50.97 8.58 -
YUV 178.96 43.94 155.85 -
System Red Green Blue C M Y K H S L
Decimal 218 188 30 0 0.14 0.86 0.15 50.43 0.76 0.49
Hex DA BC 1E 0 E 56 F 32 4C 31
Octal 332 274 36 0 16 126 17 62 114 61
Binary 11011010 10111100 11110 0 1110 1010110 1111 110010 1001100 110001

Color Harmonies of #DABC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC1E

Black with #DABC1E

Text Example


Text Example

White with #DABC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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