Html Css Color HEX #DED11C Barberry

📋 copy color: '#DED11C'

red 222 ◦ green 209 ◦ blue 28

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

Shades of Barberry #DED11C

Tints of Barberry #DED11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.1%

R = 48.37%
G = 45.53%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DED11C (or 0xDED11C) is known color: Barberry. HEX triplet: DE, D1 and 1C. RGB value is (222,209,28). Sum of RGB (Red+Green+Blue) = 222+209+28=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DED11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED11C is #212EE3. Grayscale: #C0C0C0. Windows color (decimal): -2174692 or 1888734. OLE color: 1888734.

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

Color convert

RGB 222 209 28 -
CMYK 0 0.06 0.87 0.13
HSL 55.98º 0.78% 0.49% -
HSV(B) 55.98º 0.87% 0.87% -
XYZ 53.13 61.21 10.11 -
YUV 192.25 35.31 149.22 -
System Red Green Blue C M Y K H S L
Decimal 222 209 28 0 0.06 0.87 0.13 55.98 0.78 0.49
Hex DE D1 1C 0 6 57 D 38 4E 31
Octal 336 321 34 0 6 127 15 70 116 61
Binary 11011110 11010001 11100 0 110 1010111 1101 111000 1001110 110001

Color Harmonies of #DED11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED11C

Black with #DED11C

Text Example


Text Example

White with #DED11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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