Html Css Color HEX #DDB915 Sunflower

📋 copy color: '#DDB915'

red 221 ◦ green 185 ◦ blue 21

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

Shades of Sunflower #DDB915

Tints of Sunflower #DDB915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.33%

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

R = 51.76%
G = 43.33%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDB915 (or 0xDDB915) is known color: Sunflower. HEX triplet: DD, B9 and 15. RGB value is (221,185,21). Sum of RGB (Red+Green+Blue) = 221+185+21=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB915 is #2246EA. Grayscale: #B1B1B1. Windows color (decimal): -2246379 or 1423837. OLE color: 1423837.

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

Color convert

RGB 221 185 21 -
CMYK 0 0.16 0.90 0.13
HSL 49.2º 0.83% 0.47% -
HSV(B) 49.2º 0.9% 0.87% -
XYZ 47.3 50.12 7.89 -
YUV 177.07 39.93 159.34 -
System Red Green Blue C M Y K H S L
Decimal 221 185 21 0 0.16 0.90 0.13 49.2 0.83 0.47
Hex DD B9 15 0 10 5A D 31 53 2F
Octal 335 271 25 0 20 132 15 61 123 57
Binary 11011101 10111001 10101 0 10000 1011010 1101 110001 1010011 101111

Color Harmonies of #DDB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB915

Black with #DDB915

Text Example


Text Example

White with #DDB915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB915; }

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

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

background-color css

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

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

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

border-color css

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

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

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