Html Css Color HEX #DDB414 Sunflower

📋 copy color: '#DDB414'

red 221 ◦ green 180 ◦ blue 20

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

Shades of Sunflower #DDB414

Tints of Sunflower #DDB414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.76%

 BLUE value IS 20 (8.2% from 255) = 4.75%

R = 52.49%
G = 42.76%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDB414 (or 0xDDB414) is known color: Sunflower. HEX triplet: DD, B4 and 14. RGB value is (221,180,20). Sum of RGB (Red+Green+Blue) = 221+180+20=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB414 is #224BEB. Grayscale: #AEAEAE. Windows color (decimal): -2247660 or 1357021. OLE color: 1357021.

HSL color Cylindrical-coordinate representation of color #DDB414: hue angle of 47.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDB414 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 20 -
CMYK 0 0.19 0.91 0.13
HSL 47.76º 0.83% 0.47% -
HSV(B) 47.76º 0.91% 0.87% -
XYZ 46.27 48.07 7.5 -
YUV 174.02 41.08 161.51 -
System Red Green Blue C M Y K H S L
Decimal 221 180 20 0 0.19 0.91 0.13 47.76 0.83 0.47
Hex DD B4 14 0 13 5B D 30 53 2F
Octal 335 264 24 0 23 133 15 60 123 57
Binary 11011101 10110100 10100 0 10011 1011011 1101 110000 1010011 101111

Color Harmonies of #DDB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB414

Black with #DDB414

Text Example


Text Example

White with #DDB414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB414; }

 p { color: rgb(221,180,20); }

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

background-color css

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

 a { background-color: rgb(221,180,20); }

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

border-color css

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

 span { border-color: rgb(221,180,20); }

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