Html Css Color HEX #DED128 Barberry

📋 copy color: '#DED128'

red 222 ◦ green 209 ◦ blue 40

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

Shades of Barberry #DED128

Tints of Barberry #DED128

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.37%

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

R = 47.13%
G = 44.37%
B = 8.49%

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

#DED128 (or 0xDED128) is known color: Barberry. HEX triplet: DE, D1 and 28. RGB value is (222,209,40). Sum of RGB (Red+Green+Blue) = 222+209+40=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DED128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED128 is #212ED7. Grayscale: #C2C2C2. Windows color (decimal): -2174680 or 2675166. OLE color: 2675166.

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

Color convert

RGB 222 209 40 -
CMYK 0 0.06 0.82 0.13
HSL 55.71º 0.73% 0.51% -
HSV(B) 55.71º 0.82% 0.87% -
XYZ 53.31 61.28 11.03 -
YUV 193.62 41.31 148.24 -
System Red Green Blue C M Y K H S L
Decimal 222 209 40 0 0.06 0.82 0.13 55.71 0.73 0.51
Hex DE D1 28 0 6 52 D 38 49 33
Octal 336 321 50 0 6 122 15 70 111 63
Binary 11011110 11010001 101000 0 110 1010010 1101 111000 1001001 110011

Color Harmonies of #DED128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED128

Black with #DED128

Text Example


Text Example

White with #DED128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED128; }

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

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

background-color css

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

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

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

border-color css

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

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

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