Html Css Color HEX #DED714 Barberry

📋 copy color: '#DED714'

red 222 ◦ green 215 ◦ blue 20

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

Shades of Barberry #DED714

Tints of Barberry #DED714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.05%

 BLUE value IS 20 (8.2% from 255) = 4.38%

R = 48.58%
G = 47.05%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DED714 (or 0xDED714) is known color: Barberry. HEX triplet: DE, D7 and 14. RGB value is (222,215,20). Sum of RGB (Red+Green+Blue) = 222+215+20=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DED714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED714 is #2128EB. Grayscale: #C3C3C3. Windows color (decimal): -2173164 or 1365982. OLE color: 1365982.

HSL color Cylindrical-coordinate representation of color #DED714: hue angle of 57.92º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DED714 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 215 20 -
CMYK 0 0.03 0.91 0.13
HSL 57.92º 0.83% 0.47% -
HSV(B) 57.92º 0.91% 0.87% -
XYZ 54.55 64.18 10.17 -
YUV 194.86 29.32 147.36 -
System Red Green Blue C M Y K H S L
Decimal 222 215 20 0 0.03 0.91 0.13 57.92 0.83 0.47
Hex DE D7 14 0 3 5B D 3A 53 2F
Octal 336 327 24 0 3 133 15 72 123 57
Binary 11011110 11010111 10100 0 11 1011011 1101 111010 1010011 101111

Color Harmonies of #DED714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED714

Black with #DED714

Text Example


Text Example

White with #DED714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED714; }

 p { color: rgb(222,215,20); }

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

background-color css

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

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

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

border-color css

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

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

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