Html Css Color HEX #DED028 Barberry

📋 copy color: '#DED028'

red 222 ◦ green 208 ◦ blue 40

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

Shades of Barberry #DED028

Tints of Barberry #DED028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.26%

 BLUE value IS 40 (16.02% from 255) = 8.51%

R = 47.23%
G = 44.26%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DED028 (or 0xDED028) is known color: Barberry. HEX triplet: DE, D0 and 28. RGB value is (222,208,40). Sum of RGB (Red+Green+Blue) = 222+208+40=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DED028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED028 is #212FD7. Grayscale: #C1C1C1. Windows color (decimal): -2174936 or 2674910. OLE color: 2674910.

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

Color convert

RGB 222 208 40 -
CMYK 0 0.06 0.82 0.13
HSL 55.38º 0.73% 0.51% -
HSV(B) 55.38º 0.82% 0.87% -
XYZ 53.06 60.79 10.95 -
YUV 193.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 222 208 40 0 0.06 0.82 0.13 55.38 0.73 0.51
Hex DE D0 28 0 6 52 D 37 49 33
Octal 336 320 50 0 6 122 15 67 111 63
Binary 11011110 11010000 101000 0 110 1010010 1101 110111 1001001 110011

Color Harmonies of #DED028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED028

Black with #DED028

Text Example


Text Example

White with #DED028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED028; }

 p { color: rgb(222,208,40); }

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

background-color css

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

 a { background-color: rgb(222,208,40); }

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

border-color css

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

 span { border-color: rgb(222,208,40); }

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