Html Css Color HEX #DEDE0D Barberry

📋 copy color: '#DEDE0D'

red 222 ◦ green 222 ◦ blue 13

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

Shades of Barberry #DEDE0D

Tints of Barberry #DEDE0D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.58%

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

R = 48.58%
G = 48.58%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEDE0D (or 0xDEDE0D) is known color: Barberry. HEX triplet: DE, DE and 0D. RGB value is (222,222,13). Sum of RGB (Red+Green+Blue) = 222+222+13=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE0D is #2121F2. Grayscale: #C7C7C7. Windows color (decimal): -2171379 or 909022. OLE color: 909022.

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

Color convert

RGB 222 222 13 -
CMYK 0 0 0.94 0.13
HSL 60º 0.89% 0.46% -
HSV(B) 60º 0.94% 0.87% -
XYZ 56.32 67.8 10.5 -
YUV 198.17 23.5 144.99 -
System Red Green Blue C M Y K H S L
Decimal 222 222 13 0 0 0.94 0.13 60 0.89 0.46
Hex DE DE D 0 0 5E D 3C 59 2E
Octal 336 336 15 0 0 136 15 74 131 56
Binary 11011110 11011110 1101 0 0 1011110 1101 111100 1011001 101110

Color Harmonies of #DEDE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE0D

Black with #DEDE0D

Text Example


Text Example

White with #DEDE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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