Html Css Color HEX #DDBE00 Sunflower

📋 copy color: '#DDBE00'

red 221 ◦ green 190 ◦ blue 0

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

Shades of Sunflower #DDBE00

Tints of Sunflower #DDBE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.77%
G = 46.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDBE00 (or 0xDDBE00) is known color: Sunflower. HEX triplet: DD, BE and 00. RGB value is (221,190,0). Sum of RGB (Red+Green+Blue) = 221+190+0=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBE00 is #2241FF. Grayscale: #B2B2B2. Windows color (decimal): -2245120 or 48861. OLE color: 48861.

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

Color convert

RGB 221 190 0 -
CMYK 0 0.14 1 0.13
HSL 51.58º 1% 0.43% -
HSV(B) 51.58º 1% 0.87% -
XYZ 48.23 52.2 7.53 -
YUV 177.61 27.77 158.95 -
System Red Green Blue C M Y K H S L
Decimal 221 190 0 0 0.14 1 0.13 51.58 1 0.43
Hex DD BE 0 0 E 64 D 34 64 2B
Octal 335 276 0 0 16 144 15 64 144 53
Binary 11011101 10111110 0 0 1110 1100100 1101 110100 1100100 101011

Color Harmonies of #DDBE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE00

Black with #DDBE00

Text Example


Text Example

White with #DDBE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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