Html Css Color HEX #DAB314 Sunflower

📋 copy color: '#DAB314'

red 218 ◦ green 179 ◦ blue 20

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

Shades of Sunflower #DAB314

Tints of Sunflower #DAB314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.93%

 BLUE value IS 20 (8.2% from 255) = 4.8%

R = 52.28%
G = 42.93%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAB314 (or 0xDAB314) is known color: Sunflower. HEX triplet: DA, B3 and 14. RGB value is (218,179,20). Sum of RGB (Red+Green+Blue) = 218+179+20=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB314 is #254CEB. Grayscale: #ADADAD. Windows color (decimal): -2444524 or 1356762. OLE color: 1356762.

HSL color Cylindrical-coordinate representation of color #DAB314: hue angle of 48.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAB314 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 20 -
CMYK 0 0.18 0.91 0.15
HSL 48.18º 0.83% 0.47% -
HSV(B) 48.18º 0.91% 0.85% -
XYZ 45.16 47.2 7.39 -
YUV 172.54 41.92 160.43 -
System Red Green Blue C M Y K H S L
Decimal 218 179 20 0 0.18 0.91 0.15 48.18 0.83 0.47
Hex DA B3 14 0 12 5B F 30 53 2F
Octal 332 263 24 0 22 133 17 60 123 57
Binary 11011010 10110011 10100 0 10010 1011011 1111 110000 1010011 101111

Color Harmonies of #DAB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB314

Black with #DAB314

Text Example


Text Example

White with #DAB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB314; }

 p { color: rgb(218,179,20); }

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

background-color css

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

 a { background-color: rgb(218,179,20); }

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

border-color css

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

 span { border-color: rgb(218,179,20); }

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