Html Css Color HEX #DDB215 Sunflower

📋 copy color: '#DDB215'

red 221 ◦ green 178 ◦ blue 21

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

Shades of Sunflower #DDB215

Tints of Sunflower #DDB215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.38%

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

R = 52.62%
G = 42.38%
B = 5%

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

#DDB215 (or 0xDDB215) is known color: Sunflower. HEX triplet: DD, B2 and 15. RGB value is (221,178,21). Sum of RGB (Red+Green+Blue) = 221+178+21=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB215 is #224DEA. Grayscale: #ADADAD. Windows color (decimal): -2248171 or 1422045. OLE color: 1422045.

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

Color convert

RGB 221 178 21 -
CMYK 0 0.19 0.90 0.13
HSL 47.1º 0.83% 0.47% -
HSV(B) 47.1º 0.9% 0.87% -
XYZ 45.87 47.27 7.42 -
YUV 172.96 42.25 162.27 -
System Red Green Blue C M Y K H S L
Decimal 221 178 21 0 0.19 0.90 0.13 47.1 0.83 0.47
Hex DD B2 15 0 13 5A D 2F 53 2F
Octal 335 262 25 0 23 132 15 57 123 57
Binary 11011101 10110010 10101 0 10011 1011010 1101 101111 1010011 101111

Color Harmonies of #DDB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB215

Black with #DDB215

Text Example


Text Example

White with #DDB215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB215; }

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

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

background-color css

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

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

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

border-color css

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

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

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