Html Css Color HEX #DDB816 Sunflower

📋 copy color: '#DDB816'

red 221 ◦ green 184 ◦ blue 22

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

Shades of Sunflower #DDB816

Tints of Sunflower #DDB816

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.09%

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

R = 51.76%
G = 43.09%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDB816 (or 0xDDB816) is known color: Sunflower. HEX triplet: DD, B8 and 16. RGB value is (221,184,22). Sum of RGB (Red+Green+Blue) = 221+184+22=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB816 is #2247E9. Grayscale: #B1B1B1. Windows color (decimal): -2246634 or 1489117. OLE color: 1489117.

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

Color convert

RGB 221 184 22 -
CMYK 0 0.17 0.90 0.13
HSL 48.84º 0.82% 0.48% -
HSV(B) 48.84º 0.9% 0.87% -
XYZ 47.1 49.71 7.87 -
YUV 176.6 40.76 159.67 -
System Red Green Blue C M Y K H S L
Decimal 221 184 22 0 0.17 0.90 0.13 48.84 0.82 0.48
Hex DD B8 16 0 11 5A D 31 52 30
Octal 335 270 26 0 21 132 15 61 122 60
Binary 11011101 10111000 10110 0 10001 1011010 1101 110001 1010010 110000

Color Harmonies of #DDB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB816

Black with #DDB816

Text Example


Text Example

White with #DDB816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB816; }

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

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

background-color css

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

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

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

border-color css

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

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

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