Html Css Color HEX #DDB512 Sunflower

📋 copy color: '#DDB512'

red 221 ◦ green 181 ◦ blue 18

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

Shades of Sunflower #DDB512

Tints of Sunflower #DDB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.1%

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

R = 52.62%
G = 43.1%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDB512 (or 0xDDB512) is known color: Sunflower. HEX triplet: DD, B5 and 12. RGB value is (221,181,18). Sum of RGB (Red+Green+Blue) = 221+181+18=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB512 is #224AED. Grayscale: #AFAFAF. Windows color (decimal): -2247406 or 1226205. OLE color: 1226205.

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

Color convert

RGB 221 181 18 -
CMYK 0 0.18 0.92 0.13
HSL 48.18º 0.85% 0.47% -
HSV(B) 48.18º 0.92% 0.87% -
XYZ 46.45 48.46 7.48 -
YUV 174.38 39.75 161.25 -
System Red Green Blue C M Y K H S L
Decimal 221 181 18 0 0.18 0.92 0.13 48.18 0.85 0.47
Hex DD B5 12 0 12 5C D 30 55 2F
Octal 335 265 22 0 22 134 15 60 125 57
Binary 11011101 10110101 10010 0 10010 1011100 1101 110000 1010101 101111

Color Harmonies of #DDB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB512

Black with #DDB512

Text Example


Text Example

White with #DDB512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB512; }

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

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

background-color css

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

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

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

border-color css

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

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

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