Html Css Color HEX #DDB012 Sunflower

📋 copy color: '#DDB012'

red 221 ◦ green 176 ◦ blue 18

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

Shades of Sunflower #DDB012

Tints of Sunflower #DDB012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

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

R = 53.25%
G = 42.41%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDB012 (or 0xDDB012) is known color: Sunflower. HEX triplet: DD, B0 and 12. RGB value is (221,176,18). Sum of RGB (Red+Green+Blue) = 221+176+18=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB012 is #224FED. Grayscale: #ACACAC. Windows color (decimal): -2248686 or 1224925. OLE color: 1224925.

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

Color convert

RGB 221 176 18 -
CMYK 0 0.20 0.92 0.13
HSL 46.7º 0.85% 0.47% -
HSV(B) 46.7º 0.92% 0.87% -
XYZ 45.45 46.47 7.15 -
YUV 171.44 41.41 163.35 -
System Red Green Blue C M Y K H S L
Decimal 221 176 18 0 0.20 0.92 0.13 46.7 0.85 0.47
Hex DD B0 12 0 14 5C D 2F 55 2F
Octal 335 260 22 0 24 134 15 57 125 57
Binary 11011101 10110000 10010 0 10100 1011100 1101 101111 1010101 101111

Color Harmonies of #DDB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB012

Black with #DDB012

Text Example


Text Example

White with #DDB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB012; }

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

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

background-color css

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

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

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

border-color css

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

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

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