Html Css Color HEX #DDBB24 Sunflower

📋 copy color: '#DDBB24'

red 221 ◦ green 187 ◦ blue 36

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

Shades of Sunflower #DDBB24

Tints of Sunflower #DDBB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.11%

R = 49.77%
G = 42.12%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDBB24 (or 0xDDBB24) is known color: Sunflower. HEX triplet: DD, BB and 24. RGB value is (221,187,36). Sum of RGB (Red+Green+Blue) = 221+187+36=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 36 (14.45% from 255 or 8.11% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB24 is #2244DB. Grayscale: #B4B4B4. Windows color (decimal): -2245852 or 2407389. OLE color: 2407389.

HSL color Cylindrical-coordinate representation of color #DDBB24: hue angle of 48.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDBB24 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 187 36 -
CMYK 0 0.15 0.84 0.13
HSL 48.97º 0.73% 0.5% -
HSV(B) 48.97º 0.84% 0.87% -
XYZ 47.91 51.04 9 -
YUV 179.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 221 187 36 0 0.15 0.84 0.13 48.97 0.73 0.5
Hex DD BB 24 0 F 54 D 31 49 32
Octal 335 273 44 0 17 124 15 61 111 62
Binary 11011101 10111011 100100 0 1111 1010100 1101 110001 1001001 110010

Color Harmonies of #DDBB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB24

Black with #DDBB24

Text Example


Text Example

White with #DDBB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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