Html Css Color HEX #DDB212 Sunflower

📋 copy color: '#DDB212'

red 221 ◦ green 178 ◦ blue 18

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

Shades of Sunflower #DDB212

Tints of Sunflower #DDB212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.69%

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

R = 53%
G = 42.69%
B = 4.32%

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

#DDB212 (or 0xDDB212) is known color: Sunflower. HEX triplet: DD, B2 and 12. RGB value is (221,178,18). Sum of RGB (Red+Green+Blue) = 221+178+18=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB212 is #224DED. Grayscale: #ADADAD. Windows color (decimal): -2248174 or 1225437. OLE color: 1225437.

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

Color convert

RGB 221 178 18 -
CMYK 0 0.19 0.92 0.13
HSL 47.29º 0.85% 0.47% -
HSV(B) 47.29º 0.92% 0.87% -
XYZ 45.85 47.26 7.28 -
YUV 172.62 40.75 162.51 -
System Red Green Blue C M Y K H S L
Decimal 221 178 18 0 0.19 0.92 0.13 47.29 0.85 0.47
Hex DD B2 12 0 13 5C D 2F 55 2F
Octal 335 262 22 0 23 134 15 57 125 57
Binary 11011101 10110010 10010 0 10011 1011100 1101 101111 1010101 101111

Color Harmonies of #DDB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB212

Black with #DDB212

Text Example


Text Example

White with #DDB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB212; }

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

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

background-color css

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

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

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

border-color css

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

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

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