Html Css Color HEX #DED31B Barberry

📋 copy color: '#DED31B'

red 222 ◦ green 211 ◦ blue 27

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

Shades of Barberry #DED31B

Tints of Barberry #DED31B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.87%

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

R = 48.26%
G = 45.87%
B = 5.87%

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

#DED31B (or 0xDED31B) is known color: Barberry. HEX triplet: DE, D3 and 1B. RGB value is (222,211,27). Sum of RGB (Red+Green+Blue) = 222+211+27=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 27 (10.94% from 255 or 5.87% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DED31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED31B is #212CE4. Grayscale: #C2C2C2. Windows color (decimal): -2174181 or 1823710. OLE color: 1823710.

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

Color convert

RGB 222 211 27 -
CMYK 0 0.05 0.88 0.13
HSL 56.62º 0.78% 0.49% -
HSV(B) 56.62º 0.88% 0.87% -
XYZ 53.62 62.2 10.22 -
YUV 193.31 34.14 148.46 -
System Red Green Blue C M Y K H S L
Decimal 222 211 27 0 0.05 0.88 0.13 56.62 0.78 0.49
Hex DE D3 1B 0 5 58 D 39 4E 31
Octal 336 323 33 0 5 130 15 71 116 61
Binary 11011110 11010011 11011 0 101 1011000 1101 111001 1001110 110001

Color Harmonies of #DED31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED31B

Black with #DED31B

Text Example


Text Example

White with #DED31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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