Html Css Color HEX #DDBB18 Sunflower

📋 copy color: '#DDBB18'

red 221 ◦ green 187 ◦ blue 24

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

Shades of Sunflower #DDBB18

Tints of Sunflower #DDBB18

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.29%

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

R = 51.16%
G = 43.29%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDBB18 (or 0xDDBB18) is known color: Sunflower. HEX triplet: DD, BB and 18. RGB value is (221,187,24). Sum of RGB (Red+Green+Blue) = 221+187+24=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 24 (9.77% from 255 or 5.56% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB18 is #2244E7. Grayscale: #B3B3B3. Windows color (decimal): -2245864 or 1620957. OLE color: 1620957.

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

Color convert

RGB 221 187 24 -
CMYK 0 0.15 0.89 0.13
HSL 49.64º 0.8% 0.48% -
HSV(B) 49.64º 0.89% 0.87% -
XYZ 47.75 50.98 8.19 -
YUV 178.58 40.76 158.25 -
System Red Green Blue C M Y K H S L
Decimal 221 187 24 0 0.15 0.89 0.13 49.64 0.8 0.48
Hex DD BB 18 0 F 59 D 32 50 30
Octal 335 273 30 0 17 131 15 62 120 60
Binary 11011101 10111011 11000 0 1111 1011001 1101 110010 1010000 110000

Color Harmonies of #DDBB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB18

Black with #DDBB18

Text Example


Text Example

White with #DDBB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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