Html Css Color HEX #DED21D Barberry

📋 copy color: '#DED21D'

red 222 ◦ green 210 ◦ blue 29

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

Shades of Barberry #DED21D

Tints of Barberry #DED21D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.55%

 BLUE value IS 29 (11.72% from 255) = 6.29%

R = 48.16%
G = 45.55%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DED21D (or 0xDED21D) is known color: Barberry. HEX triplet: DE, D2 and 1D. RGB value is (222,210,29). Sum of RGB (Red+Green+Blue) = 222+210+29=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DED21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED21D is #212DE2. Grayscale: #C1C1C1. Windows color (decimal): -2174435 or 1954526. OLE color: 1954526.

HSL color Cylindrical-coordinate representation of color #DED21D: hue angle of 56.27º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DED21D is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 210 29 -
CMYK 0 0.05 0.87 0.13
HSL 56.27º 0.77% 0.49% -
HSV(B) 56.27º 0.87% 0.87% -
XYZ 53.39 61.71 10.26 -
YUV 192.95 35.48 148.72 -
System Red Green Blue C M Y K H S L
Decimal 222 210 29 0 0.05 0.87 0.13 56.27 0.77 0.49
Hex DE D2 1D 0 5 57 D 38 4D 31
Octal 336 322 35 0 5 127 15 70 115 61
Binary 11011110 11010010 11101 0 101 1010111 1101 111000 1001101 110001

Color Harmonies of #DED21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED21D

Black with #DED21D

Text Example


Text Example

White with #DED21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED21D; }

 p { color: rgb(222,210,29); }

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

background-color css

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

 a { background-color: rgb(222,210,29); }

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

border-color css

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

 span { border-color: rgb(222,210,29); }

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