Html Css Color HEX #DED812 Barberry

📋 copy color: '#DED812'

red 222 ◦ green 216 ◦ blue 18

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

Shades of Barberry #DED812

Tints of Barberry #DED812

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.37%

 BLUE value IS 18 (7.42% from 255) = 3.95%

R = 48.68%
G = 47.37%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DED812 (or 0xDED812) is known color: Barberry. HEX triplet: DE, D8 and 12. RGB value is (222,216,18). Sum of RGB (Red+Green+Blue) = 222+216+18=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DED812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED812 is #2127ED. Grayscale: #C4C4C4. Windows color (decimal): -2172910 or 1235166. OLE color: 1235166.

HSL color Cylindrical-coordinate representation of color #DED812: hue angle of 58.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DED812 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 216 18 -
CMYK 0 0.03 0.92 0.13
HSL 58.24º 0.85% 0.47% -
HSV(B) 58.24º 0.92% 0.87% -
XYZ 54.79 64.69 10.17 -
YUV 195.22 27.99 147.1 -
System Red Green Blue C M Y K H S L
Decimal 222 216 18 0 0.03 0.92 0.13 58.24 0.85 0.47
Hex DE D8 12 0 3 5C D 3A 55 2F
Octal 336 330 22 0 3 134 15 72 125 57
Binary 11011110 11011000 10010 0 11 1011100 1101 111010 1010101 101111

Color Harmonies of #DED812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED812

Black with #DED812

Text Example


Text Example

White with #DED812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED812; }

 p { color: rgb(222,216,18); }

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

background-color css

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

 a { background-color: rgb(222,216,18); }

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

border-color css

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

 span { border-color: rgb(222,216,18); }

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