Html Css Color HEX #DED21E Barberry

📋 copy color: '#DED21E'

red 222 ◦ green 210 ◦ blue 30

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

Shades of Barberry #DED21E

Tints of Barberry #DED21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.49%

R = 48.05%
G = 45.45%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DED21E (or 0xDED21E) is known color: Barberry. HEX triplet: DE, D2 and 1E. RGB value is (222,210,30). Sum of RGB (Red+Green+Blue) = 222+210+30=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DED21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED21E is #212DE1. Grayscale: #C1C1C1. Windows color (decimal): -2174434 or 2020062. OLE color: 2020062.

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

Color convert

RGB 222 210 30 -
CMYK 0 0.05 0.86 0.13
HSL 56.25º 0.76% 0.49% -
HSV(B) 56.25º 0.86% 0.87% -
XYZ 53.41 61.72 10.33 -
YUV 193.07 35.98 148.64 -
System Red Green Blue C M Y K H S L
Decimal 222 210 30 0 0.05 0.86 0.13 56.25 0.76 0.49
Hex DE D2 1E 0 5 56 D 38 4C 31
Octal 336 322 36 0 5 126 15 70 114 61
Binary 11011110 11010010 11110 0 101 1010110 1101 111000 1001100 110001

Color Harmonies of #DED21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED21E

Black with #DED21E

Text Example


Text Example

White with #DED21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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