Html Css Color HEX #DDB614 Sunflower

📋 copy color: '#DDB614'

red 221 ◦ green 182 ◦ blue 20

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

Shades of Sunflower #DDB614

Tints of Sunflower #DDB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.03%

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

R = 52.25%
G = 43.03%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDB614 (or 0xDDB614) is known color: Sunflower. HEX triplet: DD, B6 and 14. RGB value is (221,182,20). Sum of RGB (Red+Green+Blue) = 221+182+20=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB614 is #2249EB. Grayscale: #AFAFAF. Windows color (decimal): -2247148 or 1357533. OLE color: 1357533.

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

Color convert

RGB 221 182 20 -
CMYK 0 0.18 0.91 0.13
HSL 48.36º 0.83% 0.47% -
HSV(B) 48.36º 0.91% 0.87% -
XYZ 46.67 48.88 7.64 -
YUV 175.19 40.42 160.67 -
System Red Green Blue C M Y K H S L
Decimal 221 182 20 0 0.18 0.91 0.13 48.36 0.83 0.47
Hex DD B6 14 0 12 5B D 30 53 2F
Octal 335 266 24 0 22 133 15 60 123 57
Binary 11011101 10110110 10100 0 10010 1011011 1101 110000 1010011 101111

Color Harmonies of #DDB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB614

Black with #DDB614

Text Example


Text Example

White with #DDB614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB614; }

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

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

background-color css

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

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

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

border-color css

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

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

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