Html Css Color HEX #DED11A Barberry

📋 copy color: '#DED11A'

red 222 ◦ green 209 ◦ blue 26

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

Shades of Barberry #DED11A

Tints of Barberry #DED11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.69%

R = 48.58%
G = 45.73%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DED11A (or 0xDED11A) is known color: Barberry. HEX triplet: DE, D1 and 1A. RGB value is (222,209,26). Sum of RGB (Red+Green+Blue) = 222+209+26=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 26 (10.55% from 255 or 5.69% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DED11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED11A is #212EE5. Grayscale: #C0C0C0. Windows color (decimal): -2174694 or 1757662. OLE color: 1757662.

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

Color convert

RGB 222 209 26 -
CMYK 0 0.06 0.88 0.13
HSL 56.02º 0.79% 0.49% -
HSV(B) 56.02º 0.88% 0.87% -
XYZ 53.11 61.21 9.99 -
YUV 192.03 34.31 149.38 -
System Red Green Blue C M Y K H S L
Decimal 222 209 26 0 0.06 0.88 0.13 56.02 0.79 0.49
Hex DE D1 1A 0 6 58 D 38 4F 31
Octal 336 321 32 0 6 130 15 70 117 61
Binary 11011110 11010001 11010 0 110 1011000 1101 111000 1001111 110001

Color Harmonies of #DED11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED11A

Black with #DED11A

Text Example


Text Example

White with #DED11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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