Html Css Color HEX #DDBC1F Sunflower

📋 copy color: '#DDBC1F'

red 221 ◦ green 188 ◦ blue 31

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

Shades of Sunflower #DDBC1F

Tints of Sunflower #DDBC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.73%

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

R = 50.23%
G = 42.73%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDBC1F (or 0xDDBC1F) is known color: Sunflower. HEX triplet: DD, BC and 1F. RGB value is (221,188,31). Sum of RGB (Red+Green+Blue) = 221+188+31=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC1F is #2243E0. Grayscale: #B4B4B4. Windows color (decimal): -2245601 or 2079965. OLE color: 2079965.

HSL color Cylindrical-coordinate representation of color #DDBC1F: hue angle of 49.58º 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 #DDBC1F is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 188 31 -
CMYK 0 0.15 0.86 0.13
HSL 49.58º 0.75% 0.49% -
HSV(B) 49.58º 0.86% 0.87% -
XYZ 48.05 51.44 8.69 -
YUV 179.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 221 188 31 0 0.15 0.86 0.13 49.58 0.75 0.49
Hex DD BC 1F 0 F 56 D 32 4B 31
Octal 335 274 37 0 17 126 15 62 113 61
Binary 11011101 10111100 11111 0 1111 1010110 1101 110010 1001011 110001

Color Harmonies of #DDBC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC1F

Black with #DDBC1F

Text Example


Text Example

White with #DDBC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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