Html Css Color HEX #DAB81E Sunflower

📋 copy color: '#DAB81E'

red 218 ◦ green 184 ◦ blue 30

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

Shades of Sunflower #DAB81E

Tints of Sunflower #DAB81E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.59%

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

R = 50.46%
G = 42.59%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAB81E (or 0xDAB81E) is known color: Sunflower. HEX triplet: DA, B8 and 1E. RGB value is (218,184,30). Sum of RGB (Red+Green+Blue) = 218+184+30=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB81E is #2547E1. Grayscale: #B1B1B1. Windows color (decimal): -2443234 or 2013402. OLE color: 2013402.

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

Color convert

RGB 218 184 30 -
CMYK 0 0.16 0.86 0.15
HSL 49.15º 0.76% 0.49% -
HSV(B) 49.15º 0.86% 0.85% -
XYZ 46.29 49.28 8.3 -
YUV 176.61 45.26 157.52 -
System Red Green Blue C M Y K H S L
Decimal 218 184 30 0 0.16 0.86 0.15 49.15 0.76 0.49
Hex DA B8 1E 0 10 56 F 31 4C 31
Octal 332 270 36 0 20 126 17 61 114 61
Binary 11011010 10111000 11110 0 10000 1010110 1111 110001 1001100 110001

Color Harmonies of #DAB81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB81E

Black with #DAB81E

Text Example


Text Example

White with #DAB81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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