Html Css Color HEX #DDAF0E Sunflower

📋 copy color: '#DDAF0E'

red 221 ◦ green 175 ◦ blue 14

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

Shades of Sunflower #DDAF0E

Tints of Sunflower #DDAF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.41%

R = 53.9%
G = 42.68%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDAF0E (or 0xDDAF0E) is known color: Sunflower. HEX triplet: DD, AF and 0E. RGB value is (221,175,14). Sum of RGB (Red+Green+Blue) = 221+175+14=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAF0E is #2250F1. Grayscale: #ABABAB. Windows color (decimal): -2248946 or 962525. OLE color: 962525.

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

Color convert

RGB 221 175 14 -
CMYK 0 0.21 0.94 0.13
HSL 46.67º 0.88% 0.46% -
HSV(B) 46.67º 0.94% 0.87% -
XYZ 45.23 46.06 6.92 -
YUV 170.4 39.74 164.09 -
System Red Green Blue C M Y K H S L
Decimal 221 175 14 0 0.21 0.94 0.13 46.67 0.88 0.46
Hex DD AF E 0 15 5E D 2F 58 2E
Octal 335 257 16 0 25 136 15 57 130 56
Binary 11011101 10101111 1110 0 10101 1011110 1101 101111 1011000 101110

Color Harmonies of #DDAF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF0E

Black with #DDAF0E

Text Example


Text Example

White with #DDAF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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