Html Css Color HEX #DDBE10 Sunflower

📋 copy color: '#DDBE10'

red 221 ◦ green 190 ◦ blue 16

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

Shades of Sunflower #DDBE10

Tints of Sunflower #DDBE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.75%

R = 51.76%
G = 44.5%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDBE10 (or 0xDDBE10) is known color: Sunflower. HEX triplet: DD, BE and 10. RGB value is (221,190,16). Sum of RGB (Red+Green+Blue) = 221+190+16=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBE10 is #2241EF. Grayscale: #B4B4B4. Windows color (decimal): -2245104 or 1097437. OLE color: 1097437.

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

Color convert

RGB 221 190 16 -
CMYK 0 0.14 0.93 0.13
HSL 50.93º 0.86% 0.46% -
HSV(B) 50.93º 0.93% 0.87% -
XYZ 48.33 52.24 8.03 -
YUV 179.43 35.77 157.65 -
System Red Green Blue C M Y K H S L
Decimal 221 190 16 0 0.14 0.93 0.13 50.93 0.86 0.46
Hex DD BE 10 0 E 5D D 33 56 2E
Octal 335 276 20 0 16 135 15 63 126 56
Binary 11011101 10111110 10000 0 1110 1011101 1101 110011 1010110 101110

Color Harmonies of #DDBE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE10

Black with #DDBE10

Text Example


Text Example

White with #DDBE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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