Html Css Color HEX #DED31A Barberry

📋 copy color: '#DED31A'

red 222 ◦ green 211 ◦ blue 26

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

Shades of Barberry #DED31A

Tints of Barberry #DED31A

RGB

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

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

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

R = 48.37%
G = 45.97%
B = 5.66%

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

#DED31A (or 0xDED31A) is known color: Barberry. HEX triplet: DE, D3 and 1A. RGB value is (222,211,26). Sum of RGB (Red+Green+Blue) = 222+211+26=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 26 (10.55% from 255 or 5.66% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DED31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED31A is #212CE5. Grayscale: #C1C1C1. Windows color (decimal): -2174182 or 1758174. OLE color: 1758174.

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

Color convert

RGB 222 211 26 -
CMYK 0 0.05 0.88 0.13
HSL 56.63º 0.79% 0.49% -
HSV(B) 56.63º 0.88% 0.87% -
XYZ 53.6 62.19 10.16 -
YUV 193.2 33.64 148.54 -
System Red Green Blue C M Y K H S L
Decimal 222 211 26 0 0.05 0.88 0.13 56.63 0.79 0.49
Hex DE D3 1A 0 5 58 D 39 4F 31
Octal 336 323 32 0 5 130 15 71 117 61
Binary 11011110 11010011 11010 0 101 1011000 1101 111001 1001111 110001

Color Harmonies of #DED31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED31A

Black with #DED31A

Text Example


Text Example

White with #DED31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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