Html Css Color HEX #DDB815 Sunflower

📋 copy color: '#DDB815'

red 221 ◦ green 184 ◦ blue 21

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

Shades of Sunflower #DDB815

Tints of Sunflower #DDB815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.93%

R = 51.88%
G = 43.19%
B = 4.93%

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

#DDB815 (or 0xDDB815) is known color: Sunflower. HEX triplet: DD, B8 and 15. RGB value is (221,184,21). Sum of RGB (Red+Green+Blue) = 221+184+21=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB815 is #2247EA. Grayscale: #B1B1B1. Windows color (decimal): -2246635 or 1423581. OLE color: 1423581.

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

Color convert

RGB 221 184 21 -
CMYK 0 0.17 0.90 0.13
HSL 48.9º 0.83% 0.47% -
HSV(B) 48.9º 0.9% 0.87% -
XYZ 47.09 49.71 7.82 -
YUV 176.48 40.26 159.75 -
System Red Green Blue C M Y K H S L
Decimal 221 184 21 0 0.17 0.90 0.13 48.9 0.83 0.47
Hex DD B8 15 0 11 5A D 31 53 2F
Octal 335 270 25 0 21 132 15 61 123 57
Binary 11011101 10111000 10101 0 10001 1011010 1101 110001 1010011 101111

Color Harmonies of #DDB815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB815

Black with #DDB815

Text Example


Text Example

White with #DDB815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB815; }

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

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

background-color css

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

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

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

border-color css

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

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

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