Html Css Color HEX #DDB814 Sunflower

📋 copy color: '#DDB814'

red 221 ◦ green 184 ◦ blue 20

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

Shades of Sunflower #DDB814

Tints of Sunflower #DDB814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.71%

R = 52%
G = 43.29%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDB814 (or 0xDDB814) is known color: Sunflower. HEX triplet: DD, B8 and 14. RGB value is (221,184,20). Sum of RGB (Red+Green+Blue) = 221+184+20=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB814 is #2247EB. Grayscale: #B1B1B1. Windows color (decimal): -2246636 or 1358045. OLE color: 1358045.

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

Color convert

RGB 221 184 20 -
CMYK 0 0.17 0.91 0.13
HSL 48.96º 0.83% 0.47% -
HSV(B) 48.96º 0.91% 0.87% -
XYZ 47.09 49.7 7.77 -
YUV 176.37 39.76 159.84 -
System Red Green Blue C M Y K H S L
Decimal 221 184 20 0 0.17 0.91 0.13 48.96 0.83 0.47
Hex DD B8 14 0 11 5B D 31 53 2F
Octal 335 270 24 0 21 133 15 61 123 57
Binary 11011101 10111000 10100 0 10001 1011011 1101 110001 1010011 101111

Color Harmonies of #DDB814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB814

Black with #DDB814

Text Example


Text Example

White with #DDB814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB814; }

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

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

background-color css

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

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

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

border-color css

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

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

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