Html Css Color HEX #DEDC12 Barberry

📋 copy color: '#DEDC12'

red 222 ◦ green 220 ◦ blue 18

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

Shades of Barberry #DEDC12

Tints of Barberry #DEDC12

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.83%

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

R = 48.26%
G = 47.83%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEDC12 (or 0xDEDC12) is known color: Barberry. HEX triplet: DE, DC and 12. RGB value is (222,220,18). Sum of RGB (Red+Green+Blue) = 222+220+18=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC12 is #2123ED. Grayscale: #C6C6C6. Windows color (decimal): -2171886 or 1236190. OLE color: 1236190.

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

Color convert

RGB 222 220 18 -
CMYK 0 0.01 0.92 0.13
HSL 59.41º 0.85% 0.47% -
HSV(B) 59.41º 0.92% 0.87% -
XYZ 55.83 66.76 10.52 -
YUV 197.57 26.66 145.43 -
System Red Green Blue C M Y K H S L
Decimal 222 220 18 0 0.01 0.92 0.13 59.41 0.85 0.47
Hex DE DC 12 0 1 5C D 3B 55 2F
Octal 336 334 22 0 1 134 15 73 125 57
Binary 11011110 11011100 10010 0 1 1011100 1101 111011 1010101 101111

Color Harmonies of #DEDC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC12

Black with #DEDC12

Text Example


Text Example

White with #DEDC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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