Html Css Color HEX #DDB315 Sunflower

📋 copy color: '#DDB315'

red 221 ◦ green 179 ◦ blue 21

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

Shades of Sunflower #DDB315

Tints of Sunflower #DDB315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.52%

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

R = 52.49%
G = 42.52%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDB315 (or 0xDDB315) is known color: Sunflower. HEX triplet: DD, B3 and 15. RGB value is (221,179,21). Sum of RGB (Red+Green+Blue) = 221+179+21=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB315 is #224CEA. Grayscale: #AEAEAE. Windows color (decimal): -2247915 or 1422301. OLE color: 1422301.

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

Color convert

RGB 221 179 21 -
CMYK 0 0.19 0.90 0.13
HSL 47.4º 0.83% 0.47% -
HSV(B) 47.4º 0.9% 0.87% -
XYZ 46.07 47.67 7.48 -
YUV 173.55 41.91 161.85 -
System Red Green Blue C M Y K H S L
Decimal 221 179 21 0 0.19 0.90 0.13 47.4 0.83 0.47
Hex DD B3 15 0 13 5A D 2F 53 2F
Octal 335 263 25 0 23 132 15 57 123 57
Binary 11011101 10110011 10101 0 10011 1011010 1101 101111 1010011 101111

Color Harmonies of #DDB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB315

Black with #DDB315

Text Example


Text Example

White with #DDB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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