Html Css Color HEX #DFD914 Barberry

📋 copy color: '#DFD914'

red 223 ◦ green 217 ◦ blue 20

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

Shades of Barberry #DFD914

Tints of Barberry #DFD914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.17%

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

R = 48.48%
G = 47.17%
B = 4.35%

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

#DFD914 (or 0xDFD914) is known color: Barberry. HEX triplet: DF, D9 and 14. RGB value is (223,217,20). Sum of RGB (Red+Green+Blue) = 223+217+20=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD914 is #2026EB. Grayscale: #C5C5C5. Windows color (decimal): -2107116 or 1366495. OLE color: 1366495.

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

Color convert

RGB 223 217 20 -
CMYK 0 0.03 0.91 0.13
HSL 58.23º 0.84% 0.48% -
HSV(B) 58.23º 0.91% 0.87% -
XYZ 55.37 65.36 10.36 -
YUV 196.34 28.49 147.02 -
System Red Green Blue C M Y K H S L
Decimal 223 217 20 0 0.03 0.91 0.13 58.23 0.84 0.48
Hex DF D9 14 0 3 5B D 3A 54 30
Octal 337 331 24 0 3 133 15 72 124 60
Binary 11011111 11011001 10100 0 11 1011011 1101 111010 1010100 110000

Color Harmonies of #DFD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD914

Black with #DFD914

Text Example


Text Example

White with #DFD914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD914; }

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

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

background-color css

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

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

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

border-color css

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

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

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