Html Css Color HEX #DED60F Barberry

📋 copy color: '#DED60F'

red 222 ◦ green 214 ◦ blue 15

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

Shades of Barberry #DED60F

Tints of Barberry #DED60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 49.22%
G = 47.45%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DED60F (or 0xDED60F) is known color: Barberry. HEX triplet: DE, D6 and 0F. RGB value is (222,214,15). Sum of RGB (Red+Green+Blue) = 222+214+15=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DED60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED60F is #2129F0. Grayscale: #C2C2C2. Windows color (decimal): -2173425 or 1038046. OLE color: 1038046.

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

Color convert

RGB 222 214 15 -
CMYK 0 0.04 0.93 0.13
HSL 57.68º 0.87% 0.46% -
HSV(B) 57.68º 0.93% 0.87% -
XYZ 54.26 63.66 9.88 -
YUV 193.71 27.15 148.18 -
System Red Green Blue C M Y K H S L
Decimal 222 214 15 0 0.04 0.93 0.13 57.68 0.87 0.46
Hex DE D6 F 0 4 5D D 3A 57 2E
Octal 336 326 17 0 4 135 15 72 127 56
Binary 11011110 11010110 1111 0 100 1011101 1101 111010 1010111 101110

Color Harmonies of #DED60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED60F

Black with #DED60F

Text Example


Text Example

White with #DED60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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