Html Css Color HEX #DFDF14 Barberry

📋 copy color: '#DFDF14'

red 223 ◦ green 223 ◦ blue 20

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

Shades of Barberry #DFDF14

Tints of Barberry #DFDF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.85%

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

R = 47.85%
G = 47.85%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFDF14 (or 0xDFDF14) is known color: Barberry. HEX triplet: DF, DF and 14. RGB value is (223,223,20). Sum of RGB (Red+Green+Blue) = 223+223+20=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF14 is #2020EB. Grayscale: #C8C8C8. Windows color (decimal): -2105580 or 1368031. OLE color: 1368031.

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

Color convert

RGB 223 223 20 -
CMYK 0 0 0.91 0.13
HSL 60º 0.84% 0.48% -
HSV(B) 60º 0.91% 0.87% -
XYZ 56.95 68.51 10.88 -
YUV 199.86 26.5 144.51 -
System Red Green Blue C M Y K H S L
Decimal 223 223 20 0 0 0.91 0.13 60 0.84 0.48
Hex DF DF 14 0 0 5B D 3C 54 30
Octal 337 337 24 0 0 133 15 74 124 60
Binary 11011111 11011111 10100 0 0 1011011 1101 111100 1010100 110000

Color Harmonies of #DFDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF14

Black with #DFDF14

Text Example


Text Example

White with #DFDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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