Html Css Color HEX #DED51A Barberry

📋 copy color: '#DED51A'

red 222 ◦ green 213 ◦ blue 26

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

Shades of Barberry #DED51A

Tints of Barberry #DED51A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.2%

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

R = 48.16%
G = 46.2%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DED51A (or 0xDED51A) is known color: Barberry. HEX triplet: DE, D5 and 1A. RGB value is (222,213,26). Sum of RGB (Red+Green+Blue) = 222+213+26=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 26 (10.55% from 255 or 5.64% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DED51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED51A is #212AE5. Grayscale: #C3C3C3. Windows color (decimal): -2173670 or 1758686. OLE color: 1758686.

HSL color Cylindrical-coordinate representation of color #DED51A: hue angle of 57.24º 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 #DED51A is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 213 26 -
CMYK 0 0.04 0.88 0.13
HSL 57.24º 0.79% 0.49% -
HSV(B) 57.24º 0.88% 0.87% -
XYZ 54.1 63.19 10.32 -
YUV 194.37 32.98 147.71 -
System Red Green Blue C M Y K H S L
Decimal 222 213 26 0 0.04 0.88 0.13 57.24 0.79 0.49
Hex DE D5 1A 0 4 58 D 39 4F 31
Octal 336 325 32 0 4 130 15 71 117 61
Binary 11011110 11010101 11010 0 100 1011000 1101 111001 1001111 110001

Color Harmonies of #DED51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED51A

Black with #DED51A

Text Example


Text Example

White with #DED51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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