Html Css Color HEX #DDBE26 Sunflower

📋 copy color: '#DDBE26'

red 221 ◦ green 190 ◦ blue 38

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

Shades of Sunflower #DDBE26

Tints of Sunflower #DDBE26

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.32%

 BLUE value IS 38 (15.23% from 255) = 8.46%

R = 49.22%
G = 42.32%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDBE26 (or 0xDDBE26) is known color: Sunflower. HEX triplet: DD, BE and 26. RGB value is (221,190,38). Sum of RGB (Red+Green+Blue) = 221+190+38=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 38 (15.23% from 255 or 8.46% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE26 is #2241D9. Grayscale: #B6B6B6. Windows color (decimal): -2245082 or 2539229. OLE color: 2539229.

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

Color convert

RGB 221 190 38 -
CMYK 0 0.14 0.83 0.13
HSL 49.84º 0.73% 0.51% -
HSV(B) 49.84º 0.83% 0.87% -
XYZ 48.58 52.34 9.38 -
YUV 181.94 46.77 155.86 -
System Red Green Blue C M Y K H S L
Decimal 221 190 38 0 0.14 0.83 0.13 49.84 0.73 0.51
Hex DD BE 26 0 E 53 D 32 49 33
Octal 335 276 46 0 16 123 15 62 111 63
Binary 11011101 10111110 100110 0 1110 1010011 1101 110010 1001001 110011

Color Harmonies of #DDBE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE26

Black with #DDBE26

Text Example


Text Example

White with #DDBE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE26; }

 p { color: rgb(221,190,38); }

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

background-color css

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

 a { background-color: rgb(221,190,38); }

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

border-color css

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

 span { border-color: rgb(221,190,38); }

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