Html Css Color HEX #DED41A Barberry

📋 copy color: '#DED41A'

red 222 ◦ green 212 ◦ blue 26

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

Shades of Barberry #DED41A

Tints of Barberry #DED41A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.09%

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

R = 48.26%
G = 46.09%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DED41A (or 0xDED41A) is known color: Barberry. HEX triplet: DE, D4 and 1A. RGB value is (222,212,26). Sum of RGB (Red+Green+Blue) = 222+212+26=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DED41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED41A is #212BE5. Grayscale: #C2C2C2. Windows color (decimal): -2173926 or 1758430. OLE color: 1758430.

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

Color convert

RGB 222 212 26 -
CMYK 0 0.05 0.88 0.13
HSL 56.94º 0.79% 0.49% -
HSV(B) 56.94º 0.88% 0.87% -
XYZ 53.85 62.69 10.24 -
YUV 193.79 33.31 148.12 -
System Red Green Blue C M Y K H S L
Decimal 222 212 26 0 0.05 0.88 0.13 56.94 0.79 0.49
Hex DE D4 1A 0 5 58 D 39 4F 31
Octal 336 324 32 0 5 130 15 71 117 61
Binary 11011110 11010100 11010 0 101 1011000 1101 111001 1001111 110001

Color Harmonies of #DED41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED41A

Black with #DED41A

Text Example


Text Example

White with #DED41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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