Html Css Color HEX #DFD416 Barberry

📋 copy color: '#DFD416'

red 223 ◦ green 212 ◦ blue 22

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

Shades of Barberry #DFD416

Tints of Barberry #DFD416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.81%

R = 48.8%
G = 46.39%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFD416 (or 0xDFD416) is known color: Barberry. HEX triplet: DF, D4 and 16. RGB value is (223,212,22). Sum of RGB (Red+Green+Blue) = 223+212+22=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD416 is #202BE9. Grayscale: #C2C2C2. Windows color (decimal): -2108394 or 1496287. OLE color: 1496287.

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

Color convert

RGB 223 212 22 -
CMYK 0 0.05 0.90 0.13
HSL 56.72º 0.82% 0.48% -
HSV(B) 56.72º 0.9% 0.87% -
XYZ 54.12 62.83 10.03 -
YUV 193.63 31.14 148.95 -
System Red Green Blue C M Y K H S L
Decimal 223 212 22 0 0.05 0.90 0.13 56.72 0.82 0.48
Hex DF D4 16 0 5 5A D 39 52 30
Octal 337 324 26 0 5 132 15 71 122 60
Binary 11011111 11010100 10110 0 101 1011010 1101 111001 1010010 110000

Color Harmonies of #DFD416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD416

Black with #DFD416

Text Example


Text Example

White with #DFD416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD416; }

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

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

background-color css

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

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

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

border-color css

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

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

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