Html Css Color HEX #DEDD0D Barberry

📋 copy color: '#DEDD0D'

red 222 ◦ green 221 ◦ blue 13

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

Shades of Barberry #DEDD0D

Tints of Barberry #DEDD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.85%

R = 48.68%
G = 48.46%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEDD0D (or 0xDEDD0D) is known color: Barberry. HEX triplet: DE, DD and 0D. RGB value is (222,221,13). Sum of RGB (Red+Green+Blue) = 222+221+13=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD0D is #2122F2. Grayscale: #C6C6C6. Windows color (decimal): -2171635 or 908766. OLE color: 908766.

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

Color convert

RGB 222 221 13 -
CMYK 0 0.00 0.94 0.13
HSL 59.71º 0.89% 0.46% -
HSV(B) 59.71º 0.94% 0.87% -
XYZ 56.05 67.27 10.41 -
YUV 197.59 23.83 145.41 -
System Red Green Blue C M Y K H S L
Decimal 222 221 13 0 0.00 0.94 0.13 59.71 0.89 0.46
Hex DE DD D 0 0 5E D 3C 59 2E
Octal 336 335 15 0 0 136 15 74 131 56
Binary 11011110 11011101 1101 0 0 1011110 1101 111100 1011001 101110

Color Harmonies of #DEDD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD0D

Black with #DEDD0D

Text Example


Text Example

White with #DEDD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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