Html Css Color HEX #DDAF10 Sunflower

📋 copy color: '#DDAF10'

red 221 ◦ green 175 ◦ blue 16

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

Shades of Sunflower #DDAF10

Tints of Sunflower #DDAF10

RGB

 RED value IS 221 (86.72% from 255) = 53.64%

 GREEN value IS 175 (68.75% from 255) = 42.48%

 BLUE value IS 16 (6.64% from 255) = 3.88%

R = 53.64%
G = 42.48%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDAF10 (or 0xDDAF10) is known color: Sunflower. HEX triplet: DD, AF and 10. RGB value is (221,175,16). Sum of RGB (Red+Green+Blue) = 221+175+16=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAF10 is #2250EF. Grayscale: #ABABAB. Windows color (decimal): -2248944 or 1093597. OLE color: 1093597.

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

Color convert

RGB 221 175 16 -
CMYK 0 0.21 0.93 0.13
HSL 46.54º 0.86% 0.46% -
HSV(B) 46.54º 0.93% 0.87% -
XYZ 45.24 46.07 7 -
YUV 170.63 40.74 163.93 -
System Red Green Blue C M Y K H S L
Decimal 221 175 16 0 0.21 0.93 0.13 46.54 0.86 0.46
Hex DD AF 10 0 15 5D D 2F 56 2E
Octal 335 257 20 0 25 135 15 57 126 56
Binary 11011101 10101111 10000 0 10101 1011101 1101 101111 1010110 101110

Color Harmonies of #DDAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF10

Black with #DDAF10

Text Example


Text Example

White with #DDAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF10; }

 p { color: rgb(221,175,16); }

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

background-color css

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

 a { background-color: rgb(221,175,16); }

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

border-color css

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

 span { border-color: rgb(221,175,16); }

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