Html Css Color HEX #DED60D Barberry

📋 copy color: '#DED60D'

red 222 ◦ green 214 ◦ blue 13

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

Shades of Barberry #DED60D

Tints of Barberry #DED60D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.66%

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

R = 49.44%
G = 47.66%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DED60D (or 0xDED60D) is known color: Barberry. HEX triplet: DE, D6 and 0D. RGB value is (222,214,13). Sum of RGB (Red+Green+Blue) = 222+214+13=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DED60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED60D is #2129F2. Grayscale: #C2C2C2. Windows color (decimal): -2173427 or 906974. OLE color: 906974.

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

Color convert

RGB 222 214 13 -
CMYK 0 0.04 0.94 0.13
HSL 57.7º 0.89% 0.46% -
HSV(B) 57.7º 0.94% 0.87% -
XYZ 54.24 63.65 9.81 -
YUV 193.48 26.15 148.34 -
System Red Green Blue C M Y K H S L
Decimal 222 214 13 0 0.04 0.94 0.13 57.7 0.89 0.46
Hex DE D6 D 0 4 5E D 3A 59 2E
Octal 336 326 15 0 4 136 15 72 131 56
Binary 11011110 11010110 1101 0 100 1011110 1101 111010 1011001 101110

Color Harmonies of #DED60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED60D

Black with #DED60D

Text Example


Text Example

White with #DED60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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