Html Css Color HEX #DEDD0C Barberry

📋 copy color: '#DEDD0C'

red 222 ◦ green 221 ◦ blue 12

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

Shades of Barberry #DEDD0C

Tints of Barberry #DEDD0C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.57%

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

R = 48.79%
G = 48.57%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEDD0C (or 0xDEDD0C) is known color: Barberry. HEX triplet: DE, DD and 0C. RGB value is (222,221,12). Sum of RGB (Red+Green+Blue) = 222+221+12=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD0C is #2122F3. Grayscale: #C6C6C6. Windows color (decimal): -2171636 or 843230. OLE color: 843230.

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

Color convert

RGB 222 221 12 -
CMYK 0 0.00 0.95 0.13
HSL 59.71º 0.9% 0.46% -
HSV(B) 59.71º 0.95% 0.87% -
XYZ 56.05 67.27 10.38 -
YUV 197.47 23.33 145.49 -
System Red Green Blue C M Y K H S L
Decimal 222 221 12 0 0.00 0.95 0.13 59.71 0.9 0.46
Hex DE DD C 0 0 5F D 3C 5A 2E
Octal 336 335 14 0 0 137 15 74 132 56
Binary 11011110 11011101 1100 0 0 1011111 1101 111100 1011010 101110

Color Harmonies of #DEDD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD0C

Black with #DEDD0C

Text Example


Text Example

White with #DEDD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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