Html Css Color HEX #DED11E Barberry

📋 copy color: '#DED11E'

red 222 ◦ green 209 ◦ blue 30

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

Shades of Barberry #DED11E

Tints of Barberry #DED11E

RGB

 RED value IS 222 (87.11% from 255) = 48.16%

 GREEN value IS 209 (82.03% from 255) = 45.34%

 BLUE value IS 30 (12.11% from 255) = 6.51%

R = 48.16%
G = 45.34%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DED11E (or 0xDED11E) is known color: Barberry. HEX triplet: DE, D1 and 1E. RGB value is (222,209,30). Sum of RGB (Red+Green+Blue) = 222+209+30=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DED11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED11E is #212EE1. Grayscale: #C1C1C1. Windows color (decimal): -2174690 or 2019806. OLE color: 2019806.

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

Color convert

RGB 222 209 30 -
CMYK 0 0.06 0.86 0.13
HSL 55.94º 0.76% 0.49% -
HSV(B) 55.94º 0.86% 0.87% -
XYZ 53.16 61.22 10.24 -
YUV 192.48 36.31 149.05 -
System Red Green Blue C M Y K H S L
Decimal 222 209 30 0 0.06 0.86 0.13 55.94 0.76 0.49
Hex DE D1 1E 0 6 56 D 38 4C 31
Octal 336 321 36 0 6 126 15 70 114 61
Binary 11011110 11010001 11110 0 110 1010110 1101 111000 1001100 110001

Color Harmonies of #DED11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED11E

Black with #DED11E

Text Example


Text Example

White with #DED11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED11E; }

 p { color: rgb(222,209,30); }

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

background-color css

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

 a { background-color: rgb(222,209,30); }

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

border-color css

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

 span { border-color: rgb(222,209,30); }

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