Html Css Color HEX #DED327 Barberry

📋 copy color: '#DED327'

red 222 ◦ green 211 ◦ blue 39

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

Shades of Barberry #DED327

Tints of Barberry #DED327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.26%

R = 47.03%
G = 44.7%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DED327 (or 0xDED327) is known color: Barberry. HEX triplet: DE, D3 and 27. RGB value is (222,211,39). Sum of RGB (Red+Green+Blue) = 222+211+39=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 39 (15.62% from 255 or 8.26% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DED327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED327 is #212CD8. Grayscale: #C3C3C3. Windows color (decimal): -2174169 or 2610142. OLE color: 2610142.

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

Color convert

RGB 222 211 39 -
CMYK 0 0.05 0.82 0.13
HSL 56.39º 0.73% 0.51% -
HSV(B) 56.39º 0.82% 0.87% -
XYZ 53.78 62.26 11.1 -
YUV 194.68 40.14 147.49 -
System Red Green Blue C M Y K H S L
Decimal 222 211 39 0 0.05 0.82 0.13 56.39 0.73 0.51
Hex DE D3 27 0 5 52 D 38 49 33
Octal 336 323 47 0 5 122 15 70 111 63
Binary 11011110 11010011 100111 0 101 1010010 1101 111000 1001001 110011

Color Harmonies of #DED327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED327

Black with #DED327

Text Example


Text Example

White with #DED327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED327; }

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

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

background-color css

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

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

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

border-color css

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

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

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