Html Css Color HEX #DDB412 Sunflower

📋 copy color: '#DDB412'

red 221 ◦ green 180 ◦ blue 18

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

Shades of Sunflower #DDB412

Tints of Sunflower #DDB412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.3%

R = 52.74%
G = 42.96%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDB412 (or 0xDDB412) is known color: Sunflower. HEX triplet: DD, B4 and 12. RGB value is (221,180,18). Sum of RGB (Red+Green+Blue) = 221+180+18=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB412 is #224BED. Grayscale: #AEAEAE. Windows color (decimal): -2247662 or 1225949. OLE color: 1225949.

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

Color convert

RGB 221 180 18 -
CMYK 0 0.19 0.92 0.13
HSL 47.88º 0.85% 0.47% -
HSV(B) 47.88º 0.92% 0.87% -
XYZ 46.25 48.06 7.41 -
YUV 173.79 40.08 161.67 -
System Red Green Blue C M Y K H S L
Decimal 221 180 18 0 0.19 0.92 0.13 47.88 0.85 0.47
Hex DD B4 12 0 13 5C D 30 55 2F
Octal 335 264 22 0 23 134 15 60 125 57
Binary 11011101 10110100 10010 0 10011 1011100 1101 110000 1010101 101111

Color Harmonies of #DDB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB412

Black with #DDB412

Text Example


Text Example

White with #DDB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB412; }

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

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

background-color css

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

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

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

border-color css

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

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

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