Html Css Color HEX #DEDC0C Barberry

📋 copy color: '#DEDC0C'

red 222 ◦ green 220 ◦ blue 12

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

Shades of Barberry #DEDC0C

Tints of Barberry #DEDC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.64%

R = 48.9%
G = 48.46%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEDC0C (or 0xDEDC0C) is known color: Barberry. HEX triplet: DE, DC and 0C. RGB value is (222,220,12). Sum of RGB (Red+Green+Blue) = 222+220+12=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC0C is #2123F3. Grayscale: #C5C5C5. Windows color (decimal): -2171892 or 842974. OLE color: 842974.

HSL color Cylindrical-coordinate representation of color #DEDC0C: hue angle of 59.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEDC0C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 220 12 -
CMYK 0 0.01 0.95 0.13
HSL 59.43º 0.9% 0.46% -
HSV(B) 59.43º 0.95% 0.87% -
XYZ 55.78 66.74 10.29 -
YUV 196.89 23.66 145.91 -
System Red Green Blue C M Y K H S L
Decimal 222 220 12 0 0.01 0.95 0.13 59.43 0.9 0.46
Hex DE DC C 0 1 5F D 3B 5A 2E
Octal 336 334 14 0 1 137 15 73 132 56
Binary 11011110 11011100 1100 0 1 1011111 1101 111011 1011010 101110

Color Harmonies of #DEDC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC0C

Black with #DEDC0C

Text Example


Text Example

White with #DEDC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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