Html Css Color HEX #DED027 Barberry

📋 copy color: '#DED027'

red 222 ◦ green 208 ◦ blue 39

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

Shades of Barberry #DED027

Tints of Barberry #DED027

RGB

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

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

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

R = 47.33%
G = 44.35%
B = 8.32%

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

#DED027 (or 0xDED027) is known color: Barberry. HEX triplet: DE, D0 and 27. RGB value is (222,208,39). Sum of RGB (Red+Green+Blue) = 222+208+39=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 39 (15.62% from 255 or 8.32% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DED027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED027 is #212FD8. Grayscale: #C1C1C1. Windows color (decimal): -2174937 or 2609374. OLE color: 2609374.

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

Color convert

RGB 222 208 39 -
CMYK 0 0.06 0.82 0.13
HSL 55.41º 0.73% 0.51% -
HSV(B) 55.41º 0.82% 0.87% -
XYZ 53.05 60.79 10.86 -
YUV 192.92 41.14 148.74 -
System Red Green Blue C M Y K H S L
Decimal 222 208 39 0 0.06 0.82 0.13 55.41 0.73 0.51
Hex DE D0 27 0 6 52 D 37 49 33
Octal 336 320 47 0 6 122 15 67 111 63
Binary 11011110 11010000 100111 0 110 1010010 1101 110111 1001001 110011

Color Harmonies of #DED027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED027

Black with #DED027

Text Example


Text Example

White with #DED027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED027; }

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

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

background-color css

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

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

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

border-color css

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

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

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