Html Css Color HEX #DDBB22 Sunflower

📋 copy color: '#DDBB22'

red 221 ◦ green 187 ◦ blue 34

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

Shades of Sunflower #DDBB22

Tints of Sunflower #DDBB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.69%

R = 50%
G = 42.31%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDBB22 (or 0xDDBB22) is known color: Sunflower. HEX triplet: DD, BB and 22. RGB value is (221,187,34). Sum of RGB (Red+Green+Blue) = 221+187+34=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 34 (13.67% from 255 or 7.69% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB22 is #2244DD. Grayscale: #B4B4B4. Windows color (decimal): -2245854 or 2276317. OLE color: 2276317.

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

Color convert

RGB 221 187 34 -
CMYK 0 0.15 0.85 0.13
HSL 49.09º 0.73% 0.5% -
HSV(B) 49.09º 0.85% 0.87% -
XYZ 47.88 51.03 8.84 -
YUV 179.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 221 187 34 0 0.15 0.85 0.13 49.09 0.73 0.5
Hex DD BB 22 0 F 55 D 31 49 32
Octal 335 273 42 0 17 125 15 61 111 62
Binary 11011101 10111011 100010 0 1111 1010101 1101 110001 1001001 110010

Color Harmonies of #DDBB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB22

Black with #DDBB22

Text Example


Text Example

White with #DDBB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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