Html Css Color HEX #DFD414 Barberry

📋 copy color: '#DFD414'

red 223 ◦ green 212 ◦ blue 20

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

Shades of Barberry #DFD414

Tints of Barberry #DFD414

RGB

 RED value IS 223 (87.5% from 255) = 49.01%

 GREEN value IS 212 (83.2% from 255) = 46.59%

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

R = 49.01%
G = 46.59%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFD414 (or 0xDFD414) is known color: Barberry. HEX triplet: DF, D4 and 14. RGB value is (223,212,20). Sum of RGB (Red+Green+Blue) = 223+212+20=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD414 is #202BEB. Grayscale: #C2C2C2. Windows color (decimal): -2108396 or 1365215. OLE color: 1365215.

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

Color convert

RGB 223 212 20 -
CMYK 0 0.05 0.91 0.13
HSL 56.75º 0.84% 0.48% -
HSV(B) 56.75º 0.91% 0.87% -
XYZ 54.1 62.83 9.94 -
YUV 193.4 30.14 149.11 -
System Red Green Blue C M Y K H S L
Decimal 223 212 20 0 0.05 0.91 0.13 56.75 0.84 0.48
Hex DF D4 14 0 5 5B D 39 54 30
Octal 337 324 24 0 5 133 15 71 124 60
Binary 11011111 11010100 10100 0 101 1011011 1101 111001 1010100 110000

Color Harmonies of #DFD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD414

Black with #DFD414

Text Example


Text Example

White with #DFD414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD414; }

 p { color: rgb(223,212,20); }

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

background-color css

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

 a { background-color: rgb(223,212,20); }

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

border-color css

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

 span { border-color: rgb(223,212,20); }

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