Html Css Color HEX #DDBE01 Sunflower

📋 copy color: '#DDBE01'

red 221 ◦ green 190 ◦ blue 1

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

Shades of Sunflower #DDBE01

Tints of Sunflower #DDBE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 53.64%
G = 46.12%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDBE01 (or 0xDDBE01) is known color: Sunflower. HEX triplet: DD, BE and 01. RGB value is (221,190,1). Sum of RGB (Red+Green+Blue) = 221+190+1=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBE01 is #2241FE. Grayscale: #B2B2B2. Windows color (decimal): -2245119 or 114397. OLE color: 114397.

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

Color convert

RGB 221 190 1 -
CMYK 0 0.14 1.00 0.13
HSL 51.55º 0.99% 0.44% -
HSV(B) 51.55º 1% 0.87% -
XYZ 48.24 52.2 7.56 -
YUV 177.72 28.27 158.87 -
System Red Green Blue C M Y K H S L
Decimal 221 190 1 0 0.14 1.00 0.13 51.55 0.99 0.44
Hex DD BE 1 0 E 64 D 34 63 2C
Octal 335 276 1 0 16 144 15 64 143 54
Binary 11011101 10111110 1 0 1110 1100100 1101 110100 1100011 101100

Color Harmonies of #DDBE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE01

Black with #DDBE01

Text Example


Text Example

White with #DDBE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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