Html Css Color HEX #DDBB16 Sunflower

📋 copy color: '#DDBB16'

red 221 ◦ green 187 ◦ blue 22

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

Shades of Sunflower #DDBB16

Tints of Sunflower #DDBB16

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.49%

 BLUE value IS 22 (8.98% from 255) = 5.12%

R = 51.4%
G = 43.49%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDBB16 (or 0xDDBB16) is known color: Sunflower. HEX triplet: DD, BB and 16. RGB value is (221,187,22). Sum of RGB (Red+Green+Blue) = 221+187+22=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB16 is #2244E9. Grayscale: #B3B3B3. Windows color (decimal): -2245866 or 1489885. OLE color: 1489885.

HSL color Cylindrical-coordinate representation of color #DDBB16: hue angle of 49.75º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDBB16 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 187 22 -
CMYK 0 0.15 0.90 0.13
HSL 49.75º 0.82% 0.48% -
HSV(B) 49.75º 0.9% 0.87% -
XYZ 47.73 50.97 8.08 -
YUV 178.36 39.76 158.42 -
System Red Green Blue C M Y K H S L
Decimal 221 187 22 0 0.15 0.90 0.13 49.75 0.82 0.48
Hex DD BB 16 0 F 5A D 32 52 30
Octal 335 273 26 0 17 132 15 62 122 60
Binary 11011101 10111011 10110 0 1111 1011010 1101 110010 1010010 110000

Color Harmonies of #DDBB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB16

Black with #DDBB16

Text Example


Text Example

White with #DDBB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB16; }

 p { color: rgb(221,187,22); }

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

background-color css

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

 a { background-color: rgb(221,187,22); }

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

border-color css

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

 span { border-color: rgb(221,187,22); }

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