Html Css Color HEX #DDB318 Sunflower

📋 copy color: '#DDB318'

red 221 ◦ green 179 ◦ blue 24

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

Shades of Sunflower #DDB318

Tints of Sunflower #DDB318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.66%

R = 52.12%
G = 42.22%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDB318 (or 0xDDB318) is known color: Sunflower. HEX triplet: DD, B3 and 18. RGB value is (221,179,24). Sum of RGB (Red+Green+Blue) = 221+179+24=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB318 is #224CE7. Grayscale: #AEAEAE. Windows color (decimal): -2247912 or 1618909. OLE color: 1618909.

HSL color Cylindrical-coordinate representation of color #DDB318: hue angle of 47.21º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDB318 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 24 -
CMYK 0 0.19 0.89 0.13
HSL 47.21º 0.8% 0.48% -
HSV(B) 47.21º 0.89% 0.87% -
XYZ 46.1 47.68 7.64 -
YUV 173.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 221 179 24 0 0.19 0.89 0.13 47.21 0.8 0.48
Hex DD B3 18 0 13 59 D 2F 50 30
Octal 335 263 30 0 23 131 15 57 120 60
Binary 11011101 10110011 11000 0 10011 1011001 1101 101111 1010000 110000

Color Harmonies of #DDB318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB318

Black with #DDB318

Text Example


Text Example

White with #DDB318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB318; }

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

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

background-color css

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

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

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

border-color css

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

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

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