Html Css Color HEX #DED41B Barberry

📋 copy color: '#DED41B'

red 222 ◦ green 212 ◦ blue 27

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

Shades of Barberry #DED41B

Tints of Barberry #DED41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.86%

R = 48.16%
G = 45.99%
B = 5.86%

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

#DED41B (or 0xDED41B) is known color: Barberry. HEX triplet: DE, D4 and 1B. RGB value is (222,212,27). Sum of RGB (Red+Green+Blue) = 222+212+27=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DED41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED41B is #212BE4. Grayscale: #C2C2C2. Windows color (decimal): -2173925 or 1823966. OLE color: 1823966.

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

Color convert

RGB 222 212 27 -
CMYK 0 0.05 0.88 0.13
HSL 56.92º 0.78% 0.49% -
HSV(B) 56.92º 0.88% 0.87% -
XYZ 53.87 62.7 10.3 -
YUV 193.9 33.81 148.04 -
System Red Green Blue C M Y K H S L
Decimal 222 212 27 0 0.05 0.88 0.13 56.92 0.78 0.49
Hex DE D4 1B 0 5 58 D 39 4E 31
Octal 336 324 33 0 5 130 15 71 116 61
Binary 11011110 11010100 11011 0 101 1011000 1101 111001 1001110 110001

Color Harmonies of #DED41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED41B

Black with #DED41B

Text Example


Text Example

White with #DED41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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