Html Css Color HEX #DDBE11 Sunflower

📋 copy color: '#DDBE11'

red 221 ◦ green 190 ◦ blue 17

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

Shades of Sunflower #DDBE11

Tints of Sunflower #DDBE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.97%

R = 51.64%
G = 44.39%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDBE11 (or 0xDDBE11) is known color: Sunflower. HEX triplet: DD, BE and 11. RGB value is (221,190,17). Sum of RGB (Red+Green+Blue) = 221+190+17=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBE11 is #2241EE. Grayscale: #B4B4B4. Windows color (decimal): -2245103 or 1162973. OLE color: 1162973.

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

Color convert

RGB 221 190 17 -
CMYK 0 0.14 0.92 0.13
HSL 50.88º 0.86% 0.47% -
HSV(B) 50.88º 0.92% 0.87% -
XYZ 48.33 52.24 8.07 -
YUV 179.55 36.27 157.57 -
System Red Green Blue C M Y K H S L
Decimal 221 190 17 0 0.14 0.92 0.13 50.88 0.86 0.47
Hex DD BE 11 0 E 5C D 33 56 2F
Octal 335 276 21 0 16 134 15 63 126 57
Binary 11011101 10111110 10001 0 1110 1011100 1101 110011 1010110 101111

Color Harmonies of #DDBE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE11

Black with #DDBE11

Text Example


Text Example

White with #DDBE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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