Html Css Color HEX #DAAE0D Sunflower

📋 copy color: '#DAAE0D'

red 218 ◦ green 174 ◦ blue 13

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

Shades of Sunflower #DAAE0D

Tints of Sunflower #DAAE0D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.96%

 BLUE value IS 13 (5.47% from 255) = 3.21%

R = 53.83%
G = 42.96%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAAE0D (or 0xDAAE0D) is known color: Sunflower. HEX triplet: DA, AE and 0D. RGB value is (218,174,13). Sum of RGB (Red+Green+Blue) = 218+174+13=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAE0D is #2551F2. Grayscale: #A9A9A9. Windows color (decimal): -2445811 or 896730. OLE color: 896730.

HSL color Cylindrical-coordinate representation of color #DAAE0D: hue angle of 47.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAAE0D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 174 13 -
CMYK 0 0.20 0.94 0.15
HSL 47.12º 0.89% 0.45% -
HSV(B) 47.12º 0.94% 0.85% -
XYZ 44.12 45.21 6.78 -
YUV 168.8 40.08 163.09 -
System Red Green Blue C M Y K H S L
Decimal 218 174 13 0 0.20 0.94 0.15 47.12 0.89 0.45
Hex DA AE D 0 14 5E F 2F 59 2D
Octal 332 256 15 0 24 136 17 57 131 55
Binary 11011010 10101110 1101 0 10100 1011110 1111 101111 1011001 101101

Color Harmonies of #DAAE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE0D

Black with #DAAE0D

Text Example


Text Example

White with #DAAE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE0D; }

 p { color: rgb(218,174,13); }

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

background-color css

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

 a { background-color: rgb(218,174,13); }

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

border-color css

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

 span { border-color: rgb(218,174,13); }

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