Html Css Color HEX #DAC90F Sunflower

📋 copy color: '#DAC90F'

red 218 ◦ green 201 ◦ blue 15

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

Shades of Sunflower #DAC90F

Tints of Sunflower #DAC90F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.31%

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 50.23%
G = 46.31%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAC90F (or 0xDAC90F) is known color: Sunflower. HEX triplet: DA, C9 and 0F. RGB value is (218,201,15). Sum of RGB (Red+Green+Blue) = 218+201+15=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC90F is #2536F0. Grayscale: #B9B9B9. Windows color (decimal): -2438897 or 1034714. OLE color: 1034714.

HSL color Cylindrical-coordinate representation of color #DAC90F: hue angle of 54.98º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAC90F is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 201 15 -
CMYK 0 0.08 0.93 0.15
HSL 54.98º 0.87% 0.46% -
HSV(B) 54.98º 0.93% 0.85% -
XYZ 49.89 56.71 8.77 -
YUV 184.88 32.13 151.62 -
System Red Green Blue C M Y K H S L
Decimal 218 201 15 0 0.08 0.93 0.15 54.98 0.87 0.46
Hex DA C9 F 0 8 5D F 37 57 2E
Octal 332 311 17 0 10 135 17 67 127 56
Binary 11011010 11001001 1111 0 1000 1011101 1111 110111 1010111 101110

Color Harmonies of #DAC90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC90F

Black with #DAC90F

Text Example


Text Example

White with #DAC90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC90F; }

 p { color: rgb(218,201,15); }

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

background-color css

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

 a { background-color: rgb(218,201,15); }

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

border-color css

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

 span { border-color: rgb(218,201,15); }

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