Html Css Color HEX #DED326 Barberry

📋 copy color: '#DED326'

red 222 ◦ green 211 ◦ blue 38

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

Shades of Barberry #DED326

Tints of Barberry #DED326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.07%

R = 47.13%
G = 44.8%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DED326 (or 0xDED326) is known color: Barberry. HEX triplet: DE, D3 and 26. RGB value is (222,211,38). Sum of RGB (Red+Green+Blue) = 222+211+38=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 38 (15.23% from 255 or 8.07% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DED326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED326 is #212CD9. Grayscale: #C3C3C3. Windows color (decimal): -2174170 or 2544606. OLE color: 2544606.

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

Color convert

RGB 222 211 38 -
CMYK 0 0.05 0.83 0.13
HSL 56.41º 0.74% 0.51% -
HSV(B) 56.41º 0.83% 0.87% -
XYZ 53.77 62.26 11.02 -
YUV 194.57 39.64 147.57 -
System Red Green Blue C M Y K H S L
Decimal 222 211 38 0 0.05 0.83 0.13 56.41 0.74 0.51
Hex DE D3 26 0 5 53 D 38 4A 33
Octal 336 323 46 0 5 123 15 70 112 63
Binary 11011110 11010011 100110 0 101 1010011 1101 111000 1001010 110011

Color Harmonies of #DED326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED326

Black with #DED326

Text Example


Text Example

White with #DED326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED326; }

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

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

background-color css

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

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

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

border-color css

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

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

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