Html Css Color HEX #DFD614 Barberry

📋 copy color: '#DFD614'

red 223 ◦ green 214 ◦ blue 20

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

Shades of Barberry #DFD614

Tints of Barberry #DFD614

RGB

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

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

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

R = 48.8%
G = 46.83%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFD614 (or 0xDFD614) is known color: Barberry. HEX triplet: DF, D6 and 14. RGB value is (223,214,20). Sum of RGB (Red+Green+Blue) = 223+214+20=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD614 is #2029EB. Grayscale: #C3C3C3. Windows color (decimal): -2107884 or 1365727. OLE color: 1365727.

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

Color convert

RGB 223 214 20 -
CMYK 0 0.04 0.91 0.13
HSL 57.34º 0.84% 0.48% -
HSV(B) 57.34º 0.91% 0.87% -
XYZ 54.6 63.83 10.1 -
YUV 194.58 29.48 148.27 -
System Red Green Blue C M Y K H S L
Decimal 223 214 20 0 0.04 0.91 0.13 57.34 0.84 0.48
Hex DF D6 14 0 4 5B D 39 54 30
Octal 337 326 24 0 4 133 15 71 124 60
Binary 11011111 11010110 10100 0 100 1011011 1101 111001 1010100 110000

Color Harmonies of #DFD614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD614

Black with #DFD614

Text Example


Text Example

White with #DFD614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD614; }

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

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

background-color css

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

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

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

border-color css

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

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

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