Html Css Color HEX #DAB71E Sunflower

📋 copy color: '#DAB71E'

red 218 ◦ green 183 ◦ blue 30

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

Shades of Sunflower #DAB71E

Tints of Sunflower #DAB71E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.46%

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

R = 50.58%
G = 42.46%
B = 6.96%

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

#DAB71E (or 0xDAB71E) is known color: Sunflower. HEX triplet: DA, B7 and 1E. RGB value is (218,183,30). Sum of RGB (Red+Green+Blue) = 218+183+30=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB71E is #2548E1. Grayscale: #B0B0B0. Windows color (decimal): -2443490 or 2013146. OLE color: 2013146.

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

Color convert

RGB 218 183 30 -
CMYK 0 0.16 0.86 0.15
HSL 48.83º 0.76% 0.49% -
HSV(B) 48.83º 0.86% 0.85% -
XYZ 46.08 48.87 8.23 -
YUV 176.02 45.6 157.94 -
System Red Green Blue C M Y K H S L
Decimal 218 183 30 0 0.16 0.86 0.15 48.83 0.76 0.49
Hex DA B7 1E 0 10 56 F 31 4C 31
Octal 332 267 36 0 20 126 17 61 114 61
Binary 11011010 10110111 11110 0 10000 1010110 1111 110001 1001100 110001

Color Harmonies of #DAB71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB71E

Black with #DAB71E

Text Example


Text Example

White with #DAB71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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