Html Css Color HEX #DDBA1F Sunflower

📋 copy color: '#DDBA1F'

red 221 ◦ green 186 ◦ blue 31

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

Shades of Sunflower #DDBA1F

Tints of Sunflower #DDBA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.47%

 BLUE value IS 31 (12.5% from 255) = 7.08%

R = 50.46%
G = 42.47%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDBA1F (or 0xDDBA1F) is known color: Sunflower. HEX triplet: DD, BA and 1F. RGB value is (221,186,31). Sum of RGB (Red+Green+Blue) = 221+186+31=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA1F is #2245E0. Grayscale: #B3B3B3. Windows color (decimal): -2246113 or 2079453. OLE color: 2079453.

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

Color convert

RGB 221 186 31 -
CMYK 0 0.16 0.86 0.13
HSL 48.95º 0.75% 0.49% -
HSV(B) 48.95º 0.86% 0.87% -
XYZ 47.63 50.59 8.55 -
YUV 178.8 44.6 158.1 -
System Red Green Blue C M Y K H S L
Decimal 221 186 31 0 0.16 0.86 0.13 48.95 0.75 0.49
Hex DD BA 1F 0 10 56 D 31 4B 31
Octal 335 272 37 0 20 126 15 61 113 61
Binary 11011101 10111010 11111 0 10000 1010110 1101 110001 1001011 110001

Color Harmonies of #DDBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA1F

Black with #DDBA1F

Text Example


Text Example

White with #DDBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA1F; }

 p { color: rgb(221,186,31); }

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

background-color css

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

 a { background-color: rgb(221,186,31); }

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

border-color css

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

 span { border-color: rgb(221,186,31); }

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